We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b7331 commit 5aa48c4Copy full SHA for 5aa48c4
content/en/docs/reference/kubectl/cheatsheet.md
@@ -37,7 +37,7 @@ complete -o default -F __start_kubectl k
37
38
```bash
39
source <(kubectl completion zsh) # setup autocomplete in zsh into the current shell
40
-echo "[[ $commands[kubectl] ]] && source <(kubectl completion zsh)" >> ~/.zshrc # add autocomplete permanently to your zsh shell
+echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc # add autocomplete permanently to your zsh shell
41
```
42
### A Note on --all-namespaces
43
0 commit comments