Skip to content

Commit 4b3d2d6

Browse files
authored
Merge pull request #31898 from Arhell/fix-download-link
[es] Fix the download link to kubectl convert plugin for bash
2 parents 7baebdb + 5bd15fe commit 4b3d2d6

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)