Skip to content

Commit 5bd15fe

Browse files
committed
[es] Fix the download link to kubectl convert plugin for bash
1 parent 9de0833 commit 5bd15fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/es/docs/tasks/tools/included/install-kubectl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ A continuación, se muestran los procedimientos para configurar el autocompletad
191191
1. Descargue la última versión con el comando:
192192

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

197197
1. Valide el binario (opcional)

0 commit comments

Comments
 (0)