Skip to content
Snippets Groups Projects
Unverified Commit 3603703a authored by drebs's avatar drebs
Browse files

[bug] fix typ0 in method name

parent a0041ee0
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment