Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Jul 4, 2023
1 parent cd68f66 commit 523e434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/contentutil/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (m *multiReadOnlyTarget) Fetch(ctx context.Context, target ocispec.Descript

// Exists returns true if the described content exists.
func (m *multiReadOnlyTarget) Exists(ctx context.Context, target ocispec.Descriptor) (bool, error) {
return false, errors.New("MultiReadOnlyTarget.Exists() not implemented")
return false, errors.New("MultiReadOnlyTarget.Exists() is not implemented")
}

// Resolve resolves the content from cache first, then from the provider.
Expand Down

0 comments on commit 523e434

Please sign in to comment.