Merge pull request #25677 from friism/tweak-logout-message
tweak logout message
This commit is contained in:
commit
28c20592b6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue