summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/service.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-02-06 15:53:26 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-02-23 00:40:40 +0100
commitdd7c63bd9ca5570d9a924d131c4786ffd15e2d2d (patch)
tree771d285366651c7f20604385bb00ae7191ad4aee /src/leap/bitmask/vpn/service.py
parent1ba66d113ae0e3ce1651709c812426a3453d94d2 (diff)
[docs] document the API/cli
Diffstat (limited to 'src/leap/bitmask/vpn/service.py')
-rw-r--r--src/leap/bitmask/vpn/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/service.py b/src/leap/bitmask/vpn/service.py
index 170c5afd..bbde1044 100644
--- a/src/leap/bitmask/vpn/service.py
+++ b/src/leap/bitmask/vpn/service.py
@@ -104,7 +104,7 @@ class EIPService(HookableService):
os.makedirs(cert_dir, mode=0700)
with open(cert_path, 'w') as outf:
outf.write(cert_str)
- heck_and_fix_urw_only(cert_path)
+ check_and_fix_urw_only(cert_path)
defer.returnValue({'get_cert': 'ok'})
def do_install(self):