From 4df67765e6773b22af2fff7b99678b73d9da6327 Mon Sep 17 00:00:00 2001 From: Stewart-YU <30410021+stewart-yu@users.noreply.github.com> Date: Mon, 14 Aug 2017 09:43:10 +0800 Subject: [PATCH] Update gce.md Fix leading spaces in commands --- docs/getting-started-guides/gce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/gce.md b/docs/getting-started-guides/gce.md index 041b43d92a..a7a8bdb851 100644 --- a/docs/getting-started-guides/gce.md +++ b/docs/getting-started-guides/gce.md @@ -80,7 +80,7 @@ up example apps. You can use` gcloud` to install the `kubectl` command-line tool on your workstation: - gcloud components install kubectl + gcloud components install kubectl **Note:** The kubectl version bundled with `gcloud` may be older than the one downloaded by the get.k8s.io install script. See [Installing kubectl](/docs/tasks/kubectl/install/)