mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #1066 from adamreese/fix/spelings
fix(cmd): s/supress/suppress/
This commit is contained in:
commit
63d1a25006
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ func (i *initCmd) run() error {
|
|||
if !strings.Contains(err.Error(), `"tiller-deploy" already exists`) {
|
||||
return fmt.Errorf("error installing: %s", err)
|
||||
}
|
||||
fmt.Fprintln(i.out, "Warning: Tiller is already installed in the cluster. (Use --client-only to supress this message.)")
|
||||
fmt.Fprintln(i.out, "Warning: Tiller is already installed in the cluster. (Use --client-only to suppress this message.)")
|
||||
} else {
|
||||
fmt.Fprintln(i.out, "\nTiller (the helm server side component) has been installed into your Kubernetes Cluster.")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue