From 5bd15fefa59010e978a0f5c539045b87f41912e3 Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 25 Feb 2022 01:07:25 +0200 Subject: [PATCH] [es] Fix the download link to kubectl convert plugin for bash --- content/es/docs/tasks/tools/included/install-kubectl-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/es/docs/tasks/tools/included/install-kubectl-linux.md b/content/es/docs/tasks/tools/included/install-kubectl-linux.md index 7ddb120c9d..67c802bfb2 100644 --- a/content/es/docs/tasks/tools/included/install-kubectl-linux.md +++ b/content/es/docs/tasks/tools/included/install-kubectl-linux.md @@ -191,7 +191,7 @@ A continuación, se muestran los procedimientos para configurar el autocompletad 1. Descargue la última versión con el comando: ```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. Valide el binario (opcional)