Skip to content

Commit

Permalink
chore: fix typo in log message
Browse files Browse the repository at this point in the history
Currently the message `once this image` was tied to the container image
sha256 digest, this put just an space for easy reading and parsing.

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
  • Loading branch information
sxd authored and acornett21 committed Jan 27, 2023
1 parent 9e2b88b commit 4416861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func tagDigestBindingInfo(providedIdentifier string, resolvedDigest string) (msg
}

return fmt.Sprintf(
`This image's tag %s will be paired with digest %s`+
`This image's tag %s will be paired with digest %s `+
`once this image has been published in accordance `+
`with Red Hat Certification policy. `+
`You may then add or remove any supplemental tags `+
Expand Down

0 comments on commit 4416861

Please sign in to comment.