Skip to content

Commit

Permalink
Typo in error message
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
  • Loading branch information
Jamstah and TomSweeneyRedHat committed Mar 30, 2022
1 parent 8bf5dec commit 70db048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy/sign.go
Expand Up @@ -20,7 +20,7 @@ func (c *copier) createSignature(manifest []byte, keyIdentity string, passphrase

if identity != nil {
if reference.IsNameOnly(identity) {
return nil, errors.Errorf("Sign identity must be full a fully specified reference %s", identity)
return nil, errors.Errorf("Sign identity must be a fully specified reference %s", identity)
}
} else {
identity = c.dest.Reference().DockerReference()
Expand Down

0 comments on commit 70db048

Please sign in to comment.