Skip to content

Commit

Permalink
feat: make ErrEntityNotFound error message less common
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Sep 10, 2023
1 parent 8fd56c1 commit 3a9098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oci/remote/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (

// ErrEntityNotFound is the error that SignedEntity returns when the
// provided ref does not exist.
ErrEntityNotFound = "entity not found in registry"
ErrEntityNotFound = "cosign remoteGet: entity not found in registry"
)

func NewEntityNotFoundError(err error) error {
Expand Down

0 comments on commit 3a9098e

Please sign in to comment.