Merge pull request #3960 from chrislovecnm/kops-branding

Automatic merge from submit-queue.

kops not Kops
This commit is contained in:
Kubernetes Submit Queue 2017-11-29 08:06:30 -08:00 committed by GitHub
commit 33136f99d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,6 +204,6 @@ func (b *KubeconfigBuilder) WriteKubecfg() error {
return err
}
fmt.Printf("Kops has set your kubectl context to %s\n", b.Context)
fmt.Printf("kops has set your kubectl context to %s\n", b.Context)
return nil
}