Skip to content

Commit

Permalink
change return
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun committed Aug 25, 2022
1 parent e691da8 commit 8af7db0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/oras/tag/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@ func tagManifest(opts tagOptions) error {
return errors.NewErrInvalidReference(repo.Reference)
}

oras.Tag(ctx, repo, opts.srcRef, opts.targetRef)

return nil
return oras.Tag(ctx, repo, opts.srcRef, opts.targetRef)
}

0 comments on commit 8af7db0

Please sign in to comment.