summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_completion_bash.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/commands/hugo_completion_bash.md')
-rw-r--r--docs/content/en/commands/hugo_completion_bash.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_completion_bash.md b/docs/content/en/commands/hugo_completion_bash.md
index ccdd979ae..d77093456 100644
--- a/docs/content/en/commands/hugo_completion_bash.md
+++ b/docs/content/en/commands/hugo_completion_bash.md
@@ -26,7 +26,7 @@ To load completions for every new session, execute once:
#### macOS:
- hugo completion bash > /usr/local/etc/bash_completion.d/hugo
+ hugo completion bash > $(brew --prefix)/etc/bash_completion.d/hugo
You will need to start a new shell for this setup to take effect.