diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 13:13:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 13:13:15 -0600 |
| commit | db2296b5b4aa6970deabebb3a8cc867c43dc8898 (patch) | |
| tree | 589f53b8cac6bff11d8df5d137cc42d4e22c3440 /findNext.go | |
| parent | 3d22172fa9b58a03bb59aba0b9c730d31ec2ff3f (diff) | |
fix for new gitpb
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
