Browse Source

Fixed Typo

bugfixes
gau1991 11 years ago
parent
commit
55f068d21c
  1. 2
      config/bash_completion.d/ee

2
config/bash_completion.d/ee

@ -61,7 +61,7 @@ function EE_AUTO()
return 0
;;
--nginx|--rewrite|--php|--fpm|--mysql)
--nginx|--rewrite|--php|--fpm)
COMPREPLY=( $(compgen -W '$(command cd /usr/local/lib/easyengine/modules/debug/; find -type f | grep debug | cut -d'_' -f4 | cut -d '.' -f1 | sed 's/^/--/g' 2> /dev/null)' -- $CURRENT) )
return 0
;;

Loading…
Cancel
Save