Skip to content

Commit e2260f0

Browse files
committed
ee update
1 parent 147dc20 commit e2260f0

File tree

1 file changed

+1
-1
lines changed
  • etc/bash_completion.d

1 file changed

+1
-1
lines changed

etc/bash_completion.d/ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EEAUTO()
1818

1919
# List Of Suggested Words
2020
easyengine|ee)
21-
COMPREPLY=( $(compgen -W "version info help system site" -- $CURRENT) )
21+
COMPREPLY=( $(compgen -W "version info update help system site" -- $CURRENT) )
2222
return 0
2323
;;
2424

0 commit comments

Comments
 (0)