diff --git a/completions/kickstart b/completions/kickstart index 001a8f1..d076592 100644 --- a/completions/kickstart +++ b/completions/kickstart @@ -2,7 +2,7 @@ _kickstart_autocomplete() { - local cur=${COM_WORDS[COM_CWORD]} + local cur=${COMP_WORDS[COMP_CWORD]} if [ "$COMP_CWORD" -eq 1 ]; then COMPREPLY=( $(compgen -W "$(kickstart commands)" -- "$cur") )