We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cc53fd + 91e890c commit e9fe6b7Copy full SHA for e9fe6b7
1 file changed
doc/cmd/completion/script.md
@@ -17,7 +17,7 @@ By default, this command will print on the standard output the content of the co
17
### Bash
18
```shell
19
# Linux:
20
-$ driftctl completion bash > /etc/bash_completion.d/driftctl
+$ driftctl completion bash | sudo tee /etc/bash_completion.d/driftctl
21
22
# MacOS:
23
$ driftctl completion bash > /usr/local/etc/bash_completion.d/driftctl
0 commit comments