diff options
| author | Jeff Carr <[email protected]> | 2025-09-05 13:04:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-05 13:04:46 -0500 |
| commit | e5c43347ea72b6dfa6738296506c5e22ae7aaad5 (patch) | |
| tree | b90f423cfa419866fad73b1a2140add585599a08 | |
| parent | 515f862f19dbe5dd40bcad8f32940dbab27fa3a6 (diff) | |
| -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) } |
