diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-05 21:29:31 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-05 21:29:31 -0700 |
commit | f439e5dbfeaadcf103fe8c88c01f939280c33535 (patch) | |
tree | 59e239afd1f3e8b242ec7f4e65b366d841131f0e | |
parent | c9a9012a60c3c757ccd9807466e68e6e0ab014ba (diff) | |
download | chef-f439e5dbfeaadcf103fe8c88c01f939280c33535.tar.gz |
Fix typomore_cleanup
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | omnibus/config/software/more-ruby-cleanup.rb | 2 |
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}" |