mirror of https://github.com/docker/cli.git
Fix bunch of typos
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
378ae7234a
commit
faac177285
|
@ -47,7 +47,7 @@ func runLogout(dockerCli *command.DockerCli, serverAddress string) error {
|
||||||
)
|
)
|
||||||
if !isDefaultRegistry {
|
if !isDefaultRegistry {
|
||||||
hostnameAddress = registry.ConvertToHostname(serverAddress)
|
hostnameAddress = registry.ConvertToHostname(serverAddress)
|
||||||
// the tries below are kept for backward compatibily where a user could have
|
// the tries below are kept for backward compatibility where a user could have
|
||||||
// saved the registry in one of the following format.
|
// saved the registry in one of the following format.
|
||||||
regsToTry = append(regsToTry, hostnameAddress, "http://"+hostnameAddress, "https://"+hostnameAddress)
|
regsToTry = append(regsToTry, hostnameAddress, "http://"+hostnameAddress, "https://"+hostnameAddress)
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,7 @@ func newJoinTokenCommand(dockerCli *command.DockerCli) *cobra.Command {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if !quiet {
|
if !quiet {
|
||||||
fmt.Fprintf(dockerCli.Out(), "Succesfully rotated %s join token.\n\n", args[0])
|
fmt.Fprintf(dockerCli.Out(), "Successfully rotated %s join token.\n\n", args[0])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue