Skip to content

Commit 3b7db46

Browse files
committed
Merge branch 'python' of github.com:rtCamp/easyengine into python
2 parents 8f12992 + 0eb6354 commit 3b7db46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/bash_completion.d/ee_auto.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _ee_complete()
1111
# SETUP THE BASE LEVEL (everything after "ee")
1212
if [ $COMP_CWORD -eq 1 ]; then
1313
COMPREPLY=( $(compgen \
14-
-W "stack site debug clean secure import-slow-log" \
14+
-W "stack site debug clean secure import-slow-log log" \
1515
-- $cur) )
1616

1717

0 commit comments

Comments
 (0)