Unverified Commit 1e0906ed authored by Bin Liu's avatar Bin Liu Committed by GitHub

Fix type

parent ad54e71a
...@@ -184,7 +184,7 @@ func (c *FakeClient) RunReleaseTest(rlsName string, opts ...ReleaseTestOption) ( ...@@ -184,7 +184,7 @@ func (c *FakeClient) RunReleaseTest(rlsName string, opts ...ReleaseTestOption) (
return results, errc return results, errc
} }
// 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 (c *FakeClient) PingTiller() error { func (c *FakeClient) PingTiller() error {
return nil return nil
} }
......
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