summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-16 17:55:13 -0600
committerJeff Carr <[email protected]>2024-02-16 17:55:13 -0600
commit0b4f4d76866ccc500112cfe553240c47961258e2 (patch)
tree5b68ef32ea6dab46b0aa3c7c522f4852b62bfcd3 /draw.go
parentbd62a89a670eab24ff5fd7b1ed155b89dde08157 (diff)
ready to work on creating branches
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index 00707e7..765cbd6 100644
--- a/draw.go
+++ b/draw.go
@@ -260,7 +260,6 @@ func (rs *RepoStatus) recommend() {
rs.develMergeB.SetLabel(label)
return
}
- rs.getLastTagVersion()
if rs.lasttag.String() != rs.masterBranchVersion.String() {
log.Log(INFO, "master does not equal last tag")
rs.incrementVersion()