From 788591c7e1f3b39feef5be7a7daf2493478df3b3 Mon Sep 17 00:00:00 2001 From: Shivam Singhal Date: Fri, 21 Jan 2022 10:38:39 +0200 Subject: [PATCH] Fix the download link to kubectl convert plugin for bash --- content/en/docs/tasks/tools/install-kubectl-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tools/install-kubectl-linux.md b/content/en/docs/tasks/tools/install-kubectl-linux.md index fb9c5c3a2e..f9ca81a9b0 100644 --- a/content/en/docs/tasks/tools/install-kubectl-linux.md +++ b/content/en/docs/tasks/tools/install-kubectl-linux.md @@ -193,7 +193,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh. 1. Download the latest release with the command: ```bash - curl -LO https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert + curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert" ``` 1. Validate the binary (optional)