mirror of https://github.com/kubernetes/kops.git
Fix typo
This commit is contained in:
parent
0b941e8649
commit
3ec68efbe7
|
|
@ -185,7 +185,7 @@ func (c *KubeconfigBuilder) WriteKubecfg() error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Printf("Wrote config for %s to %q\n", c.Context, c.KubeconfigPath)
|
fmt.Printf("Wrote config for %s to %q\n", c.Context, c.KubeconfigPath)
|
||||||
fmt.Printf("Kop has changed your kubectl context to %s\n", c.Context)
|
fmt.Printf("Kops has changed your kubectl context to %s\n", c.Context)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue