Merge pull request #28942 from ruffrey/patch-1

Fix incorrect mv command for kubectl-convert
This commit is contained in:
Kubernetes Prow Robot
2021-07-15 07:34:48 -07:00
committed by GitHub
@@ -228,7 +228,7 @@ Below are the procedures to set up autocompletion for Bash and Zsh.
1. Move the kubectl-convert binary to a file location on your system `PATH`.
```bash
sudo mv ./kubectl /usr/local/bin/kubectl-convert
sudo mv ./kubectl-convert /usr/local/bin/kubectl-convert
sudo chown root: /usr/local/bin/kubectl-convert
```