diff options
| -rw-r--r-- | draw.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |
