Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 4b4af83

Browse files
committed
fix typo & lint error
Signed-off-by: Guillaume Lours <[email protected]>
1 parent f4d1c85 commit 4b4af83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func pushInvocationImage(dockerCli command.Cli, retag retagResult) error {
136136
func pushBundle(dockerCli command.Cli, opts pushOptions, bndl *bundle.Bundle, retag retagResult) error {
137137
insecureRegistries, err := insecureRegistriesFromEngine(dockerCli)
138138
if err != nil {
139-
return errors.Wrap(err, "could not retrive insecure registries")
139+
return errors.Wrap(err, "could not retrieve insecure registries")
140140
}
141141
resolver := remotes.CreateResolver(dockerCli.ConfigFile(), insecureRegistries...)
142142
var display fixupDisplay = &plainDisplay{out: os.Stdout}

0 commit comments

Comments
 (0)