summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 15:51:25 -0600
committerJeff Carr <[email protected]>2024-01-14 15:51:25 -0600
commit784536b18a74f6869471e2d89744e35e2f2c3704 (patch)
tree7d89bbf84224dc4fcc32285febc8a4b463924ca4 /draw.go
parent09362840e9d2117f512e2ea83ab4b952ead4a90b (diff)
more safe clickingv0.12.6
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.go b/draw.go
index f152955..c6f2c17 100644
--- a/draw.go
+++ b/draw.go
@@ -145,6 +145,7 @@ func (rs *RepoStatus) drawGitCommands() {
log.Warn("something is wrong. fix the errors first")
return
}
+ rs.releaseVersion.Disable()
log.Warn("COMMIT IT HERE")
if ! rs.runGitCommands() {
log.Warn("SOMETHING WENT WRONG")