zh: fix indentation

pull/20883/head
谭九鼎 2020-05-11 14:17:10 +08:00 committed by GitHub
parent 430827f0bf
commit 9ca8708d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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