summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-20 09:19:50 -0700
committerTim Smith <tsmith@chef.io>2018-03-20 09:19:50 -0700
commitfbec202d1db064e85ebfa302759684b48e0e6545 (patch)
treed77d857131cfb9b0cbe3294ec7bb5cd53059a91c
parentf7d34c26a323806fe0ee95ea7795ad451a6617a8 (diff)
downloadchef-fbec202d1db064e85ebfa302759684b48e0e6545.tar.gz
Remove rubocop comment
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/build_essential.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/build_essential.rb b/lib/chef/resource/build_essential.rb
index be07f153f8..c0b7483ffb 100644
--- a/lib/chef/resource/build_essential.rb
+++ b/lib/chef/resource/build_essential.rb
@@ -62,7 +62,6 @@ class Chef
# Remove the placeholder to prevent perpetual appearance in the update utility
rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
EOH
- # rubocop:enable Metrics/LineLength
end
end
when "omnios"