summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-05 21:29:31 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-05 21:29:31 -0700
commitf439e5dbfeaadcf103fe8c88c01f939280c33535 (patch)
tree59e239afd1f3e8b242ec7f4e65b366d841131f0e
parentc9a9012a60c3c757ccd9807466e68e6e0ab014ba (diff)
downloadchef-more_cleanup.tar.gz
Fix typomore_cleanup
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--omnibus/config/software/more-ruby-cleanup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/software/more-ruby-cleanup.rb b/omnibus/config/software/more-ruby-cleanup.rb
index 2fbfbec14c..f5af0501cd 100644
--- a/omnibus/config/software/more-ruby-cleanup.rb
+++ b/omnibus/config/software/more-ruby-cleanup.rb
@@ -100,7 +100,7 @@ build do
# don't delete these files if there's a non-empty bin dir in the same dir
next if Dir.exist?(File.join(File.dirname(f), "bin")) && !Dir.empty?(File.join(File.dirname(f), "bin"))
- # dont' perform this cleanup in chef gems
+ # don't perform this cleanup in chef gems
next if File.basename(File.expand_path("..", f)).start_with?("chef-")
puts "Deleting #{f}"