summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index aa3fe33..fec3f9a 100644
--- a/main.go
+++ b/main.go
@@ -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)
}