summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"