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 fa8b7be commit f65f046Copy full SHA for f65f046
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