From 7dfdc81275d9961a926f6a52d81888b413b335ea Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 4 Apr 2017 16:27:33 -0400 Subject: [PATCH] completion: Fix previous commit --- data/completions/ges-launch-1.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/completions/ges-launch-1.0 b/data/completions/ges-launch-1.0 index 90eee61..798c145 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="" -- 2.7.4