Skip to content

Commit 0849d43

Browse files
authored
Merge pull request #31445 from championshuttler/zsh
Fix the download link to kubectl convert plugin for bash
2 parents a3a6d46 + 788591c commit 0849d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.
193193
1. Download the latest release with the command:
194194

195195
```bash
196-
curl -LO https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert
196+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert"
197197
```
198198

199199
1. Validate the binary (optional)

0 commit comments

Comments
 (0)