Skip to content

Commit 33136f9

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#3960 from chrislovecnm/kops-branding
Automatic merge from submit-queue. kops not Kops
2 parents 1bcf467 + 3382b2d commit 33136f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubeconfig/kubecfg_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,6 @@ func (b *KubeconfigBuilder) WriteKubecfg() error {
204204
return err
205205
}
206206

207-
fmt.Printf("Kops has set your kubectl context to %s\n", b.Context)
207+
fmt.Printf("kops has set your kubectl context to %s\n", b.Context)
208208
return nil
209209
}

0 commit comments

Comments
 (0)