awful.completion: fix compatibility (FS#474)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
7fc8f4abc7
commit
405b5d0123
|
@ -150,7 +150,7 @@ end
|
|||
|
||||
function bash(...)
|
||||
util.deprecate("awful.completion.shell")
|
||||
return shell(args)
|
||||
return shell(...)
|
||||
end
|
||||
|
||||
--- Run a generic completion.
|
||||
|
|
Loading…
Reference in New Issue