From f28176e63ee13699e01d180848c32eb8f0ebb337 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 19 Aug 2018 19:20:44 -0700 Subject: fix bug with qa/prod detection --- please | 1 + 1 file changed, 1 insertion(+) (limited to 'please') diff --git a/please b/please index 1a992f2..c09103f 100755 --- a/please +++ b/please @@ -189,6 +189,7 @@ def main(): sys.exit(-1) if not (args.prod or args.qa) or (args.prod and args.qa): print("must pass one of --prod or --qa") + sys.exit(-1) if args.prod: args.env = "prod" if args.qa: -- cgit v1.2.3