Skip to content

Commit ee45ad0

Browse files
authored
Merge pull request #43705 from HeavenTonight/fix_typo_on_install_kubectl_win
[zh] Fix a command typo in /tools/install-kubectl-windows.md
2 parents 58c3c4f + f2c1520 commit ee45ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/tools/install-kubectl-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following methods exist for installing kubectl on Windows:
8080
下载 `kubectl` 校验和文件:
8181

8282
```powershell
83-
curl.exe -LO "https://dl.k8s.io/v{{< skew currentPatchVersion >}}/bin/windows/amd64/kubectl-convert.exe.sha256"
83+
curl.exe -LO "https://dl.k8s.io/v{{< skew currentPatchVersion >}}/bin/windows/amd64/kubectl.exe.sha256"
8484
```
8585

8686
<!--

0 commit comments

Comments
 (0)