summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 15:33:26 -0500
committerJeff Carr <[email protected]>2025-10-04 15:33:26 -0500
commit8993ee5c60d2cacf425bba2e8f82808ed9b627a7 (patch)
tree2b8d1b6a0d8d9b6f943ab7a638a593a7b1ff54d1
parentef0b7c74660c284a8e123b76874da6d0e322e192 (diff)
always do this one in real time
-rw-r--r--doPublish.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPublish.go b/doPublish.go
index ed38d5b..74cccc8 100644
--- a/doPublish.go
+++ b/doPublish.go
@@ -32,7 +32,7 @@ func doPublish() error {
var cmd []string
cmd = []string{"forge", "merge", "--all"}
- if _, err := shell.RunVerbose(cmd); err != nil {
+ if _, err := shell.RunRealtimeError(cmd); err != nil {
me.sh.BadExit("merge failed", nil)
}