mirror of https://github.com/kubernetes/kops.git
kops not Kops
This commit is contained in:
parent
1bcf467bb3
commit
3382b2d82f
|
@ -204,6 +204,6 @@ func (b *KubeconfigBuilder) WriteKubecfg() error {
|
||||||
return err
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue