diff --git a/Library/Homebrew/cleanup.rb b/Library/Homebrew/cleanup.rb index bb91fa69e9..f7db1c11f7 100644 --- a/Library/Homebrew/cleanup.rb +++ b/Library/Homebrew/cleanup.rb @@ -50,7 +50,7 @@ module Homebrew cleanup_path(path) { path.unlink } next end - if %w[java_cache npm_cache].include?(path.basename.to_s) && path.directory? + if %w[glide_home java_cache npm_cache].include?(path.basename.to_s) && path.directory? cleanup_path(path) { FileUtils.rm_rf path } next end