From fb8b6a241037edc3247923af79ee45c57a0aa5dc Mon Sep 17 00:00:00 2001 From: yingjun-hw <53565339+yingjun-hw@users.noreply.github.com> Date: Thu, 1 Aug 2019 19:39:54 +0800 Subject: [PATCH] fix synax error --- pkg/tiller/environment/environment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tiller/environment/environment.go b/pkg/tiller/environment/environment.go index 83ec5e647..0e83a7241 100644 --- a/pkg/tiller/environment/environment.go +++ b/pkg/tiller/environment/environment.go @@ -110,7 +110,7 @@ type KubeClient interface { // by "\n---\n"). Create(namespace string, reader io.Reader, timeout int64, shouldWait bool) error - // Get gets one or more resources. Returned string hsa the format like kubectl + // Get gets one or more resources. Returned string has the format like kubectl // provides with the column headers separating the resource types. // // namespace must contain a valid existing namespace.