Skip to content

Commit be0e268

Browse files
fix for build error (#632)
1 parent ddd927d commit be0e268

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/command/mongocli-completion-bash.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ To load completions in your current shell session:
2424
$ source <(mongocli completion bash)
2525

2626
To load completions for every new session, execute once:
27+
2728
Linux:
28-
$ mongocli completion bash > /etc/bash_completion.d/mongocli
29-
MacOS:
30-
$ mongocli completion bash > /usr/local/etc/bash_completion.d/mongocli
29+
$ mongocli completion bash > /etc/bash_completion.d/mongocli
30+
31+
MacOS:
32+
$ mongocli completion bash > /usr/local/etc/bash_completion.d/mongocli
3133

3234
You will need to start a new shell for this setup to take effect.
3335

0 commit comments

Comments
 (0)