diff options
author | skippy <jonathan.yates.jones@gmail.com> | 2019-11-17 17:45:15 +0000 |
---|---|---|
committer | skippy <jonathan.yates.jones@gmail.com> | 2019-11-17 17:45:15 +0000 |
commit | b2a69fa7f4461ccf2000bfeea05ed98ab995fa7d (patch) | |
tree | 43209faa52b7780e88ff09b109f7897013713c23 /lib/chef/provider/user | |
parent | 37c52233266920f457e5053607cec6d13e66144c (diff) | |
download | chef-b2a69fa7f4461ccf2000bfeea05ed98ab995fa7d.tar.gz |
Resolved all chefstyle failures
Signed-off-by: Jonathan Jones <gitmaster@thespooky.house>
Diffstat (limited to 'lib/chef/provider/user')
-rw-r--r-- | lib/chef/provider/user/linux.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/user/linux.rb b/lib/chef/provider/user/linux.rb index 529d8806d3..0f68074c9f 100644 --- a/lib/chef/provider/user/linux.rb +++ b/lib/chef/provider/user/linux.rb @@ -67,7 +67,7 @@ class Chef end end ret_codes - end + end def usermod_options opts = [] |