diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-04-04 16:27:33 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-04-04 16:27:33 -0400 |
commit | 7dfdc81275d9961a926f6a52d81888b413b335ea (patch) | |
tree | 0b700f74b0e54201327e700d1169524ab1932326 | |
parent | 17295138eb55cfa517b607c5ec67db2bb4f70b53 (diff) |
completion: Fix previous commit
-rw-r--r-- | data/completions/ges-launch-1.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/completions/ges-launch-1.0 b/data/completions/ges-launch-1.0 index 90eee61b..798c145a 100644 --- a/data/completions/ges-launch-1.0 +++ b/data/completions/ges-launch-1.0 @@ -151,7 +151,7 @@ __ges_main () { local i=1 c=1 command function_exists completion_func commands real_command effect_bin_description - commands=($(_ges_list_command)) + commands=($(_list_commands)) real_command="" effect_bin_description="" |