[es] Fix the download link to kubectl convert plugin for bash

pull/31898/head
Arhell 2022-02-25 01:07:25 +02:00
parent 9de083393a
commit 5bd15fefa5
1 changed files with 1 additions and 1 deletions

View File

@ -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)