Skip to content

Commit

Permalink
Merge pull request #155 from cloudskiff/doc/fix_bash_sudo_tee
Browse files Browse the repository at this point in the history
bash completion doc fix
  • Loading branch information
eliecharra authored Jan 27, 2021
2 parents 6cc53fd + 91e890c commit e9fe6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cmd/completion/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ By default, this command will print on the standard output the content of the co
### Bash
```shell
# Linux:
$ driftctl completion bash > /etc/bash_completion.d/driftctl
$ driftctl completion bash | sudo tee /etc/bash_completion.d/driftctl

# MacOS:
$ driftctl completion bash > /usr/local/etc/bash_completion.d/driftctl
Expand Down

0 comments on commit e9fe6b7

Please sign in to comment.