mirror of https://github.com/kubernetes/kops.git
Merge pull request #1086 from justinsb/fix_kubecfg_builder_output
Fix typo
This commit is contained in:
commit
a53fa418af
|
|
@ -185,7 +185,7 @@ func (c *KubeconfigBuilder) WriteKubecfg() error {
|
|||
}
|
||||
}
|
||||
fmt.Printf("Wrote config for %s to %q\n", c.Context, c.KubeconfigPath)
|
||||
fmt.Printf("Kop has changed your kubectl context to %s\n", c.Context)
|
||||
fmt.Printf("Kops has changed your kubectl context to %s\n", c.Context)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue