diff options
author | Matt Wrock <matt@mattwrock.com> | 2015-10-08 13:36:20 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2015-10-08 13:36:20 -0700 |
commit | f38138ebc52946148e4a9af89ddc259b440b899b (patch) | |
tree | 7c5fa04b9acb87488eedcdcdcbbb6db7f19fb21b | |
parent | bc5c350bbf4b339a3a89c685372780ded2d46f12 (diff) | |
download | chef-f38138ebc52946148e4a9af89ddc259b440b899b.tar.gz |
fix spacingmwrock/no_win_group
-rw-r--r-- | lib/chef/provider/user/windows.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/user/windows.rb b/lib/chef/provider/user/windows.rb index 87310a4acf..4f3e940ae7 100644 --- a/lib/chef/provider/user/windows.rb +++ b/lib/chef/provider/user/windows.rb @@ -63,7 +63,7 @@ class Chef # === Returns # <true>:: If a change is required # <false>:: If the users are identical - def compare_user + def compare_user unless @net_user.validate_credentials(@new_resource.password) Chef::Log.debug("#{@new_resource} password has changed") return true |