summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Chilcote <chilcote+github@gmail.com>2020-01-24 15:27:04 -0800
committerJoseph Chilcote <chilcote+github@gmail.com>2020-01-24 15:27:04 -0800
commit130e1c958aeb0e8edabf960b0f760f2453995e25 (patch)
tree5c594292f981a626a74401c089d2707dd45a6c63
parentb1f628c5376f9280ea757d6dd498002e6aec7a3c (diff)
downloadchef-130e1c958aeb0e8edabf960b0f760f2453995e25.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?