mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
Update c/image after https://github.com/containers/image/pull/2795
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
2
vendor/github.com/google/go-containerregistry/pkg/name/ref.go
generated
vendored
2
vendor/github.com/google/go-containerregistry/pkg/name/ref.go
generated
vendored
@@ -44,7 +44,7 @@ func ParseReference(s string, opts ...Option) (Reference, error) {
|
||||
if d, err := NewDigest(s, opts...); err == nil {
|
||||
return d, nil
|
||||
}
|
||||
return nil, newErrBadName("could not parse reference: " + s)
|
||||
return nil, newErrBadName("could not parse reference: %s", s)
|
||||
}
|
||||
|
||||
type stringConst string
|
||||
|
||||
Reference in New Issue
Block a user