summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2016-10-04 13:44:29 -0300
committerdrebs <drebs@riseup.net>2016-10-04 13:44:29 -0300
commit3603703ad0e3e5c6836a3eda032b19f3900c1129 (patch)
tree3946732918f8a81fa6208f002f80b22b6bedcd26 /src
parenta0041ee0439252bef802c17fca4775229134f91e (diff)
[bug] fix typ0 in method name
Diffstat (limited to 'src')
-rw-r--r--src/leap/bitmask/cli/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/cli/user.py b/src/leap/bitmask/cli/user.py
index d1014ee..d45d503 100644
--- a/src/leap/bitmask/cli/user.py
+++ b/src/leap/bitmask/cli/user.py
@@ -69,7 +69,7 @@ SUBCOMMANDS:
args.pop(index)
username = self.username(args)
- passwd = self.getpass_twice()
+ passwd = self._getpass_twice()
self.data += ['create', username, passwd,
subargs.invite, 'true']
return self._send(printer=command.default_dict_printer)