From c09ea79a8dd4c6ac5f6929230fdcdfb04139f740 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 12:29:24 -0500 Subject: remove this check finally --- doMerge.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doMerge.go b/doMerge.go index c97370d..9dab8ee 100644 --- a/doMerge.go +++ b/doMerge.go @@ -122,9 +122,8 @@ func safeToPublish() error { if bad { return log.Errorf("some repos had to be switched to the master branch") } - if !argv.Force { - return log.Errorf("notsure. it might be safe to publish(?)") - } + log.Info("it is probably safe to publish(?)") + time.Sleep(5 * time.Second) return nil } -- cgit v1.2.3