diff --git a/completions/bash/multipass b/completions/bash/multipass index 6a0448f6471..e03594faa74 100644 --- a/completions/bash/multipass +++ b/completions/bash/multipass @@ -151,7 +151,7 @@ _multipass_complete() { local array=$1 local found - _get_comp_words_by_ref -n := -w WORDS -i CWORD cur prev + _get_comp_words_by_ref -n := -w WORDS -i CWORD cur for item in $array; do found=0 for ((i=2; i