mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #18365 from nalind/copypasta
Fix a copy/paste error in an error message
This commit is contained in:
@ -146,7 +146,7 @@ func (ir *ImageEngine) ManifestPush(ctx context.Context, name, destination strin
|
|||||||
}
|
}
|
||||||
digest, err := manifests.Push(ir.ClientCtx, name, destination, options)
|
digest, err := manifests.Push(ir.ClientCtx, name, destination, options)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", fmt.Errorf("adding to manifest list %s: %w", name, err)
|
return "", fmt.Errorf("pushing manifest list %s: %w", name, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if opts.Rm {
|
if opts.Rm {
|
||||||
|
Reference in New Issue
Block a user