Skip to content

Commit 9ca8708

Browse files
authored
zh: fix indentation
1 parent 430827f commit 9ca8708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ kubectl 可以作为 Google Cloud SDK 的一部分进行安装。
498498
{{% tab name="Windows" %}}
499499
1. 从[本链接](https://storage.googleapis.com/kubernetes-release/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe)下载 kubectl 的最新版 {{< param "fullversion" >}}。
500500
501-
或者如果您已经在系统中安装了 `curl` 工具,也可以通过以下命令下载:
501+
或者如果您已经在系统中安装了 `curl` 工具,也可以通过以下命令下载:
502502
503503
```
504504
curl -LO https://storage.googleapis.com/kubernetes-release/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe

0 commit comments

Comments
 (0)