Skip to content

Commit 3083d91

Browse files
tgulacsibarelyhuman
authored andcommitted
Remove extra log.Fatal leftover
1 parent f292cd8 commit 3083d91

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
@@ -89,9 +89,6 @@ func isCommitToNearestTag(repository *git.Repository, commit *object.Commit, til
8989
if err != nil {
9090
log.Fatal("Couldn't get latest tag...", err)
9191
}
92-
if err != nil {
93-
log.Fatal("Couldn't access tag...", err)
94-
}
9592

9693
if latestTag != nil {
9794
if tillLatest {

0 commit comments

Comments
 (0)