From f439e5dbfeaadcf103fe8c88c01f939280c33535 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 5 May 2020 21:29:31 -0700 Subject: Fix typo Signed-off-by: Tim Smith --- omnibus/config/software/more-ruby-cleanup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omnibus/config') 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}" -- cgit v1.2.1