diff options
-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="" |