diff options
| author | varac <varacanero@zeromail.org> | 2016-07-02 21:04:54 +0200 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2016-07-02 21:04:54 +0200 | 
| commit | 88412ea2079d29fdc3390b17e7621724ef6520a6 (patch) | |
| tree | b7d51c311a9db917764e2de4567f99c181899bd1 | |
| parent | f354e8fa66e49bd989aba196488bfc12f27a92ac (diff) | |
[bug] fix typo in leap add-user
| -rw-r--r-- | lib/leap_cli/commands/user.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
