Merge pull request #1086 from justinsb/fix_kubecfg_builder_output

Fix typo
This commit is contained in:
Chris Love 2016-12-07 15:58:16 -07:00 committed by GitHub
commit a53fa418af
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("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
}