summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/leap/bitmask/util/leap_argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/util/leap_argparse.py b/src/leap/bitmask/util/leap_argparse.py
index b7428488..c7fed0a3 100644
--- a/src/leap/bitmask/util/leap_argparse.py
+++ b/src/leap/bitmask/util/leap_argparse.py
@@ -134,7 +134,7 @@ def get_options():
opts, unknown = parser.parse_known_args()
# we add this option manually since it's not defined for 'release version'
- if not IS_RELEASE_VERSION:
+ if IS_RELEASE_VERSION:
opts.danger = False
return opts