aboutsummaryrefslogtreecommitdiffstats
path: root/please
diff options
context:
space:
mode:
Diffstat (limited to 'please')
-rwxr-xr-xplease1
1 files changed, 1 insertions, 0 deletions
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: