Skip to content

Commit deab276

Browse files
committed
fix: update
Signed-off-by: Junjie Gao <[email protected]>
1 parent 007d600 commit deab276

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
@@ -149,7 +149,7 @@ func Sign(ctx context.Context, signer Signer, repo registry.Repository, signOpts
149149
//
150150
// Both artifact and signature manifest descriptors are returned upon successful
151151
// signing.
152-
func SignOCI(ctx context.Context, signer Signer, repo registry.Repository, signOpts SignOptions) (artifactManifestDesc ocispec.Descriptor, sigManifestDesc ocispec.Descriptor, err error) {
152+
func SignOCI(ctx context.Context, signer Signer, repo registry.Repository, signOpts SignOptions) (artifactManifestDesc, sigManifestDesc ocispec.Descriptor, err error) {
153153
// sanity check
154154
if err := validateSignArguments(signer, signOpts.SignerSignOptions); err != nil {
155155
return ocispec.Descriptor{}, ocispec.Descriptor{}, err

0 commit comments

Comments
 (0)