summaryrefslogtreecommitdiff
path: root/src/leap/services
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-07-17 16:00:50 -0300
committerTomás Touceda <chiiph@leap.se>2013-07-17 16:00:50 -0300
commitd7fe2178aa67e7676414ed763ba9316f673eb03b (patch)
treeec3c1e93098da770b0fde6ada1ab044d2a65c4d1 /src/leap/services
parentbff9af8d446d23d73cc900e591a77e2e020683c4 (diff)
parentf79633b942f2ae5ee844cc4f2e17c0f338e4ba3c (diff)
Merge remote-tracking branch 'kali/bug/fix_raise_window_win' into develop
Diffstat (limited to 'src/leap/services')
-rw-r--r--src/leap/services/eip/vpnlaunchers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/services/eip/vpnlaunchers.py b/src/leap/services/eip/vpnlaunchers.py
index f031a6e5..fc77de48 100644
--- a/src/leap/services/eip/vpnlaunchers.py
+++ b/src/leap/services/eip/vpnlaunchers.py
@@ -535,8 +535,8 @@ class DarwinVPNLauncher(VPNLauncher):
def get_cocoasudo_installmissing_cmd(self):
"""
Returns a string with the cocoasudo command needed to install missing
- files as admin with a nice password prompt. The actual command needs to be
- appended.
+ files as admin with a nice password prompt. The actual command needs to
+ be appended.
:rtype: (str, list)
"""