This commit is contained in:
Justin Santa Barbara 2016-12-07 08:55:52 -05:00
parent 0b941e8649
commit 3ec68efbe7
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ func (c *KubeconfigBuilder) WriteKubecfg() error {
} }
} }
fmt.Printf("Wrote config for %s to %q\n", c.Context, c.KubeconfigPath) 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 return nil
} }