From 2ada501c65a395ba588210d76a01513c83b26043 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Wed, 29 Nov 2017 21:04:28 -0500 Subject: [PATCH] Fix typo in kops get cluster --full hint --- cmd/kops/get_cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kops/get_cluster.go b/cmd/kops/get_cluster.go index 3e2345742263b..3de6b04a7ab5f 100644 --- a/cmd/kops/get_cluster.go +++ b/cmd/kops/get_cluster.go @@ -64,7 +64,7 @@ var ( // and any modifications that you require. // // Use the following command to retrieve only the required elements: -// $ kop get cluster -o yaml +// $ kops get cluster -o yaml // `)