aboutsummaryrefslogtreecommitdiffstats
path: root/bash_completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash_completion')
-rw-r--r--bash_completion/kerl10
1 files changed, 1 insertions, 9 deletions
diff --git a/bash_completion/kerl b/bash_completion/kerl
index 62efa00..559d844 100644
--- a/bash_completion/kerl
+++ b/bash_completion/kerl
@@ -49,15 +49,7 @@ _kerl()
COMPREPLY=( $( compgen -W "build installation $words" -- "$cur") )
;;
update)
- COMPREPLY=( $( compgen -W "releases agner" -- "$cur") )
- ;;
- agner)
- if [ "$COMP_CWORD" -eq 3 ]; then
- if [ -f "$HOME/.kerl/otp_builds" ]; then
- BUILDS=`cat "$HOME/.kerl/otp_builds" | cut -d "," -f 2`
- fi
- fi
- COMPREPLY=( $( compgen -W "$BUILDS" -- "$cur") )
+ COMPREPLY=( $( compgen -W "releases" -- "$cur") )
;;
*)
if [ "$COMP_CWORD" -eq 3 ]; then