Commit 4117b38a authored by dzzg's avatar dzzg Committed by zhengguang zhu

cleanup: log message typo fix

Signed-off-by: 's avatardzzg <zhengguang.zhu@daocloud.io>
parent b39cf0a5
......@@ -115,7 +115,7 @@ func (d *resetCmd) run() error {
}
if err := installer.Uninstall(d.kubeClient, &installer.Options{Namespace: d.namespace}); err != nil {
return fmt.Errorf("error unstalling Tiller: %s", err)
return fmt.Errorf("error uninstalling Tiller: %s", err)
}
if d.removeHelmHome {
......
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