From db2296b5b4aa6970deabebb3a8cc867c43dc8898 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 13:13:15 -0600 Subject: fix for new gitpb --- findNext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findNext.go') diff --git a/findNext.go b/findNext.go index 34552f4..c3ca8b5 100644 --- a/findNext.go +++ b/findNext.go @@ -28,7 +28,7 @@ func findNext() bool { log.Info("boo, you didn't git clone", repo.GetGoPath()) return false } - if check.GetTargetVersion() == check.GetCurrentBranchVersion() { + if check.GetLastTag() == check.GetTargetVersion() { // log.Info("findNext() no update needed", check.GetGoPath, check.GetTargetVersion(), "vs", check.GetCurrentBranchVersion()) continue } else { -- cgit v1.2.3