summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-02-24 20:13:33 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-02-24 20:13:56 +0100
commit76f2ec8b97d15e45e1fe97dff2317d60d10c5dc1 (patch)
tree1b5e929622ef9deb2fefedd2f0b03d1a66bdd31d
parente3999c4906348dadcc85eec1df9a48e776deccd5 (diff)
[bug] fix vpn command after cli config refactor
-rwxr-xr-xsrc/leap/bitmask/cli/bitmask_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/cli/bitmask_cli.py b/src/leap/bitmask/cli/bitmask_cli.py
index 65993ae8..ef76cb47 100755
--- a/src/leap/bitmask/cli/bitmask_cli.py
+++ b/src/leap/bitmask/cli/bitmask_cli.py
@@ -75,7 +75,7 @@ OPTIONAL ARGUMENTS:
return mail.execute(raw_args)
def vpn(self, raw_args):
- vpn = VPN()
+ vpn = VPN(self.cfg)
return vpn.execute(raw_args)
def keys(self, raw_args):