Skip to content

Commit d19272d

Browse files
committed
fix: update
Signed-off-by: Junjie Gao <[email protected]>
1 parent 612c1e8 commit d19272d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notation.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ type SignOptions struct {
141141
// Sign signs the OCI artifact and push the signature to the Repository.
142142
// The descriptor of the sign content is returned upon successful signing.
143143
//
144-
// Deprecated: Use SignOCI instead.
144+
// Deprecated: use SignOCI instead.
145145
func Sign(ctx context.Context, signer Signer, repo registry.Repository, signOpts SignOptions) (ocispec.Descriptor, error) {
146146
artifactMenifestDesc, _, err := SignOCI(ctx, signer, repo, signOpts)
147147
return artifactMenifestDesc, err

0 commit comments

Comments
 (0)