more safe clicking
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
09362840e9
commit
784536b18a
1
draw.go
1
draw.go
|
@ -145,6 +145,7 @@ func (rs *RepoStatus) drawGitCommands() {
|
||||||
log.Warn("something is wrong. fix the errors first")
|
log.Warn("something is wrong. fix the errors first")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
rs.releaseVersion.Disable()
|
||||||
log.Warn("COMMIT IT HERE")
|
log.Warn("COMMIT IT HERE")
|
||||||
if ! rs.runGitCommands() {
|
if ! rs.runGitCommands() {
|
||||||
log.Warn("SOMETHING WENT WRONG")
|
log.Warn("SOMETHING WENT WRONG")
|
||||||
|
|
Loading…
Reference in New Issue