Skip to content

Commit b8b4f54

Browse files
committed
fix typo in TODO comment
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 03fb1df commit b8b4f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/command/registry/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func loginWithStoredCredentials(ctx context.Context, dockerCLI command.Cli, auth
173173
} else {
174174
_, _ = fmt.Fprintln(dockerCLI.Err(), "Login did not succeed, error:", err)
175175
}
176-
// TODO(thaJeztah): should this return the error here, or is there a reasong for continuing?
176+
// TODO(thaJeztah): should this return the error here, or is there a reason for continuing?
177177
}
178178

179179
if resp.Auth.IdentityToken != "" {

0 commit comments

Comments
 (0)