Browse Source

Merge branch 'python' of github.com:rtCamp/easyengine into python

bugfixes
harshadyeola 10 years ago
parent
commit
3b7db4616c
  1. 2
      config/bash_completion.d/ee_auto.rc

2
config/bash_completion.d/ee_auto.rc

@ -11,7 +11,7 @@ _ee_complete()
# SETUP THE BASE LEVEL (everything after "ee")
if [ $COMP_CWORD -eq 1 ]; then
COMPREPLY=( $(compgen \
-W "stack site debug clean secure import-slow-log" \
-W "stack site debug clean secure import-slow-log log" \
-- $cur) )

Loading…
Cancel
Save