From 88412ea2079d29fdc3390b17e7621724ef6520a6 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 2 Jul 2016 21:04:54 +0200 Subject: [bug] fix typo in leap add-user --- lib/leap_cli/commands/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/commands/user.rb') diff --git a/lib/leap_cli/commands/user.rb b/lib/leap_cli/commands/user.rb index 68f42059..fb406dc7 100644 --- a/lib/leap_cli/commands/user.rb +++ b/lib/leap_cli/commands/user.rb @@ -22,7 +22,7 @@ module LeapCli c.flag 'pgp-pub-key', :desc => 'OpenPGP public key file for this new user' c.action do |global_options,options,args| - do_add_user(global_options, optinos, args) + do_add_user(global_options, options, args) end end -- cgit v1.2.3