diff options
Diffstat (limited to 'doMerge.go')
| -rw-r--r-- | doMerge.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 } |
