diff --git a/compose/completion.md b/compose/completion.md index 9765cfd2bb..9c03613d90 100644 --- a/compose/completion.md +++ b/compose/completion.md @@ -29,7 +29,7 @@ On a Mac, add the following to your `~/.bash_profile`: ```shell if [ -f $(brew --prefix)/etc/bash_completion ]; then -. $(brew --prefix)/etc/bash_completion + . $(brew --prefix)/etc/bash_completion fi ```