Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
liubin committed Jan 26, 2018
1 parent ad54e71 commit 1e0906e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helm/fake.go
Expand Up @@ -184,7 +184,7 @@ func (c *FakeClient) RunReleaseTest(rlsName string, opts ...ReleaseTestOption) (
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 {
return nil
}
Expand Down

0 comments on commit 1e0906e

Please sign in to comment.