From 76a40fc573120cca95042a0385dc97701b98c228 Mon Sep 17 00:00:00 2001 From: yank1 Date: Mon, 12 Feb 2018 19:08:39 +0800 Subject: [PATCH] fix a typo in client --- pkg/helm/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/helm/client.go b/pkg/helm/client.go index a5d44bc09..83c97f9a8 100644 --- a/pkg/helm/client.go +++ b/pkg/helm/client.go @@ -293,7 +293,7 @@ func (h *Client) RunReleaseTest(rlsName string, opts ...ReleaseTestOption) (<-ch return h.test(ctx, req) } -// PingTiller pings the Tiller pod and ensure's that it is up and runnning +// PingTiller pings the Tiller pod and ensure's that it is up and running func (h *Client) PingTiller() error { ctx := NewContext() return h.ping(ctx)