diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/bitmask/vpn/launchers/darwin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/launchers/darwin.py b/src/leap/bitmask/vpn/launchers/darwin.py index 05c3ee22..7562af91 100644 --- a/src/leap/bitmask/vpn/launchers/darwin.py +++ b/src/leap/bitmask/vpn/launchers/darwin.py @@ -82,7 +82,7 @@ class DarwinVPNLauncher(VPNLauncher): # this might happen if os.getcwd() was deleted under our feet. We do # not want to raise the Exception at import time. logger.error('Error while setting openvpn paths: %r' % exc) - INSTALL_PATH_ESCAPED="/Applications/Bitmask.app/" + INSTALL_PATH_ESCAPED = "/Applications/Bitmask.app/" OPENVPN_PATH_ESCAPED = "%s/Contents/Resources/openvpn" % ( INSTALL_PATH_ESCAPED,) |