Commit 76a40fc5 authored by yank1's avatar yank1

fix a typo in client

parent 4506b393
...@@ -293,7 +293,7 @@ func (h *Client) RunReleaseTest(rlsName string, opts ...ReleaseTestOption) (<-ch ...@@ -293,7 +293,7 @@ func (h *Client) RunReleaseTest(rlsName string, opts ...ReleaseTestOption) (<-ch
return h.test(ctx, req) 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 { func (h *Client) PingTiller() error {
ctx := NewContext() ctx := NewContext()
return h.ping(ctx) return h.ping(ctx)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment