mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
tweak logout message
Signed-off-by: Michael Friis <friism@gmail.com>
This commit is contained in:
parent
2faeebc750
commit
f9443aa2a5
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