summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Chilcote <chilcote+github@gmail.com>2020-01-24 15:27:04 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-03 13:08:59 -0800
commitf81743260655b6ffe20d08c4998020e424f1f011 (patch)
tree57ae0c6d09e9a099bb6aa63d6cab50e5c47c47a9
parente9f952ee5522f122f428bc059868713338110dee (diff)
downloadchef-f81743260655b6ffe20d08c4998020e424f1f011.tar.gz
editing one more line out
Signed-off-by: Joseph Chilcote <chilcote@fb.com>
-rw-r--r--lib/chef/provider/user/mac.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/user/mac.rb b/lib/chef/provider/user/mac.rb
index f4addfa041..2f8d546130 100644
--- a/lib/chef/provider/user/mac.rb
+++ b/lib/chef/provider/user/mac.rb
@@ -428,9 +428,7 @@ class Chef
return false unless prop_is_set?(:gid)
group_name, group_id = user_group_info
-
current_resource.gid != group_id.to_i
- end
end
def password_diverged?