mirror of https://github.com/kubernetes/kops.git
Merge pull request #3864 from jonstacks/master
Automatic merge from submit-queue. Fix spelling Fix spelling of credential in the `kops create` command.
This commit is contained in:
commit
1dcc4a0ef1
|
@ -219,7 +219,7 @@ func RunCreate(f *util.Factory, out io.Writer, c *CreateOptions) error {
|
|||
if err != nil {
|
||||
return err
|
||||
} else {
|
||||
fmt.Fprintf(&sb, "Added ssh creadential\n")
|
||||
fmt.Fprintf(&sb, "Added ssh credential\n")
|
||||
}
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue