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.
2 parents 95bd616 + f65f046 commit 36df19eCopy full SHA for 36df19e
content/en/docs/tasks/tools/install-kubectl-macos.md
@@ -228,7 +228,7 @@ Below are the procedures to set up autocompletion for Bash and Zsh.
228
1. Move the kubectl-convert binary to a file location on your system `PATH`.
229
230
```bash
231
- sudo mv ./kubectl /usr/local/bin/kubectl-convert
+ sudo mv ./kubectl-convert /usr/local/bin/kubectl-convert
232
sudo chown root: /usr/local/bin/kubectl-convert
233
```
234
0 commit comments