fix typo in TODO comment

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-10-30 09:38:34 +01:00
parent 03fb1df2dd
commit b8b4f54a89

View File

@ -173,7 +173,7 @@ func loginWithStoredCredentials(ctx context.Context, dockerCLI command.Cli, auth
} else {
_, _ = fmt.Fprintln(dockerCLI.Err(), "Login did not succeed, error:", err)
}
// TODO(thaJeztah): should this return the error here, or is there a reasong for continuing?
// TODO(thaJeztah): should this return the error here, or is there a reason for continuing?
}
if resp.Auth.IdentityToken != "" {