summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index 9064454..c41e2e0 100644
--- a/draw.go
+++ b/draw.go
@@ -204,7 +204,9 @@ func (rs *RepoStatus) runFullAutomation() bool {
log.Warn("Are these equal?")
if rs.newversion.String() == rs.targetReleaseVersion.String() {
log.Warn("THEY ARE EQUAL!")
- // rs.runReleaseVersionB()
+ rs.runReleaseVersionB()
+ } else {
+ log.Warn("THEY ARE NOT EQUAL")
}
}
}