diff options
Diffstat (limited to 'completions/gitctl.bash')
| -rw-r--r-- | completions/gitctl.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/gitctl.bash b/completions/gitctl.bash index 0b680dd..6fead65 100644 --- a/completions/gitctl.bash +++ b/completions/gitctl.bash @@ -31,7 +31,7 @@ _gitctl() { 2) case $group in sections) COMPREPLY=($(compgen -W "list add" -- "$cur")) ;; - repo) COMPREPLY=($(compgen -W "create desc add-remote" -- "$cur")) ;; + repo) COMPREPLY=($(compgen -W "create list desc add-remote" -- "$cur")) ;; esac return ;; esac |
