kops not Kops

This commit is contained in:
chrislovecnm 2017-11-29 00:38:49 -07:00
parent 1bcf467bb3
commit 3382b2d82f
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
}