Skip to content

Commit

Permalink
Merge pull request kubernetes#3960 from chrislovecnm/kops-branding
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

kops not Kops
  • Loading branch information
Kubernetes Submit Queue authored Nov 29, 2017
2 parents 1bcf467 + 3382b2d commit 33136f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubeconfig/kubecfg_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 33136f9

Please sign in to comment.