Skip to content

Commit f2c1520

Browse files
committed
[zh] fix typo in content/zh-cn/docs/tasks/tools/install-kubectl-windows.md
Signed-off-by: guiyong.ou <[email protected]>
1 parent fba4f6c commit f2c1520

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)