Skip to content

Commit f65f046

Browse files
authored
Fix incorrect mv command for kubectl-convert
Looks like the `mv` installation command for `kubectl-convert` had been copied from `kubectl` install, but not fully changed
1 parent fa8b7be commit f65f046

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)