Skip to content

Commit 2a0e1c9

Browse files
tgulacsibarelyhuman
authored andcommitted
Remove extra log.Fatal leftover
1 parent c7b7947 commit 2a0e1c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ func isCommitToNearestTag(repo *git.Repository, commit *object.Commit, tillLates
119119
if err != nil {
120120
log.Fatal("Couldn't get latest tag...", err)
121121
}
122-
if err != nil {
123-
log.Fatal("Couldn't access tag...", err)
124-
}
125122

126123
if latestTag != nil {
127124
if tillLatest {

0 commit comments

Comments
 (0)