summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-17 17:47:50 -0600
committerJeff Carr <[email protected]>2024-11-17 17:47:50 -0600
commit8e73e6fd7e7af5eccfe6cc9549a6a61996a3da51 (patch)
tree09625d351fe9ee12ed0ca7fe03c20a9d6cdb6db3
parente2fcd1cc2bb8b73159abcd11dba06eaf85a0c5d0 (diff)
hmm. this still doesn't workv0.22.18
-rw-r--r--globalDisplayOptions.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go
index 22c6b23..71acf74 100644
--- a/globalDisplayOptions.go
+++ b/globalDisplayOptions.go
@@ -48,6 +48,9 @@ func globalDisplayOptions(box *gui.Node) {
// if it succeeds, disable this button
me.setBranchesToMasterB.Disable()
me.release.box.Enable()
+ me.repos.View.PrintReleaseReport("", "")
+ } else {
+ log.Info("setAllBranchesToMaster() failed")
}
})
grid.NextRow()