diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 15:51:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 15:51:25 -0600 |
| commit | 784536b18a74f6869471e2d89744e35e2f2c3704 (patch) | |
| tree | 7d89bbf84224dc4fcc32285febc8a4b463924ca4 /draw.go | |
| parent | 09362840e9d2117f512e2ea83ab4b952ead4a90b (diff) | |
more safe clickingv0.12.6
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
| -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") |
