Skip to content

Commit

Permalink
Remove indentation causing RST errors (spf13#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
melissamahoney-mongodb authored and umarcor committed Nov 15, 2021
1 parent 9396e60 commit f812d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions.go
Expand Up @@ -627,11 +627,11 @@ To load completions for every new session, execute once:
#### Linux:
%[1]s completion bash > /etc/bash_completion.d/%[1]s
%[1]s completion bash > /etc/bash_completion.d/%[1]s
#### macOS:
%[1]s completion bash > /usr/local/etc/bash_completion.d/%[1]s
%[1]s completion bash > /usr/local/etc/bash_completion.d/%[1]s
You will need to start a new shell for this setup to take effect.
`, c.Root().Name()),
Expand Down

0 comments on commit f812d8e

Please sign in to comment.