diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -106,6 +106,10 @@ func main() { if _, count, _, err := me.forge.IsEverythingOnMaster(); err != nil { log.Info("not everything is on the master branch (", count, "repos)") + if argv.Quick != nil { + // quick also means ignore the master branch check + argv.Force = true + } if !argv.Force { os.Exit(-1) } |
