diff --git a/cli/autocomplete.go b/cli/autocomplete.go index f064cd57..a9540739 100644 --- a/cli/autocomplete.go +++ b/cli/autocomplete.go @@ -77,9 +77,9 @@ Supported shells are as follows: case "bash": fmt.Println(fmt.Sprintf(` # Run the following commands to install autocompletion -sudo mkdir /etc/bash/completion.d/ +sudo mkdir /etc/bash_completion.d/ sudo cp %s /etc/bash_completion.d/abra -echo "source /etc/bash/completion.d/abra" >> ~/.bashrc +echo "source /etc/bash_completion.d/abra" >> ~/.bashrc # And finally run "abra app ps " to test things are working, you should see app names listed! `, autocompletionFile)) case "zsh":