From b1cc617896fc417c7d66e50fcb96cbb197048a2b Mon Sep 17 00:00:00 2001 From: Julian Bennecker Date: Wed, 23 Aug 2017 10:09:51 +0200 Subject: [PATCH] lowercase bin/cake complettions --- plugins/cakephp3/cakephp3.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/cakephp3/cakephp3.plugin.zsh b/plugins/cakephp3/cakephp3.plugin.zsh index dbfbeba3..03a6a572 100644 --- a/plugins/cakephp3/cakephp3.plugin.zsh +++ b/plugins/cakephp3/cakephp3.plugin.zsh @@ -1,10 +1,10 @@ # CakePHP 3 basic command completion _cakephp3_get_command_list () { - bin/cake Completion commands + bin/cake completion commands } _cakephp3_get_sub_command_list () { - bin/cake Completion subcommands ${words[2]} + bin/cake completion subcommands ${words[2]} } _cakephp3_get_3rd_argument () {