mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-19 12:16:30 +00:00
Merge pull request #10916 from chenhanxiao/commands-comment-typo
commands: fix a comment typo
This commit is contained in:
@@ -362,7 +362,7 @@ func (cli *DockerCli) CmdLogin(args ...string) error {
|
||||
} else {
|
||||
// However, if they don't override the username use the
|
||||
// password or email from the cmd line if specified. IOW, allow
|
||||
// then to change/overide them. And if not specified, just
|
||||
// then to change/override them. And if not specified, just
|
||||
// use what's in the config file
|
||||
if password == "" {
|
||||
password = authconfig.Password
|
||||
|
||||
Reference in New Issue
Block a user