Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2025-03-26 20:30:51 +01:00
parent ba88febf33
commit 571e0d52b3
139 changed files with 3165 additions and 9525 deletions

View File

@@ -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