Skip to content

Commit

Permalink
feat: return retErr
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs committed Mar 3, 2023
1 parent cafb2ae commit a36bf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/git/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func CommitsBetween(repoPath string, cfg Range) ([]string, error) {
commits = append(commits, hash)
}

return
return retErr
})

return commits, err
Expand Down

0 comments on commit a36bf52

Please sign in to comment.