Skip to content

Commit 36df19e

Browse files
authored
Merge pull request #28942 from ruffrey/patch-1
Fix incorrect mv command for kubectl-convert
2 parents 95bd616 + f65f046 commit 36df19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Below are the procedures to set up autocompletion for Bash and Zsh.
228228
1. Move the kubectl-convert binary to a file location on your system `PATH`.
229229

230230
```bash
231-
sudo mv ./kubectl /usr/local/bin/kubectl-convert
231+
sudo mv ./kubectl-convert /usr/local/bin/kubectl-convert
232232
sudo chown root: /usr/local/bin/kubectl-convert
233233
```
234234

0 commit comments

Comments
 (0)