Merge pull request #25677 from friism/tweak-logout-message
tweak logout message Upstream-commit: 28c20592b62c9483e787f58ea6aca65420169512 Component: engine
This commit is contained in:
@ -43,7 +43,7 @@ func runLogout(dockerCli *client.DockerCli, serverAddress string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
fmt.Fprintf(dockerCli.Out(), "Remove login credentials for %s\n", serverAddress)
|
||||
fmt.Fprintf(dockerCli.Out(), "Removing login credentials for %s\n", serverAddress)
|
||||
if err := client.EraseCredentials(dockerCli.ConfigFile(), serverAddress); err != nil {
|
||||
fmt.Fprintf(dockerCli.Err(), "WARNING: could not erase credentials: %v\n", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user