aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/update-report.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb
index c42280875..2f29fb701 100644
--- a/Library/Homebrew/cmd/update-report.rb
+++ b/Library/Homebrew/cmd/update-report.rb
@@ -236,7 +236,7 @@ module Homebrew
end
unremovable_paths = []
- extra_remove_paths = [".git", "Library/Locks", "Library/Taps", "Caskroom"
+ extra_remove_paths = [".git", "Library/Locks", "Library/Taps", "Caskroom",
"Library/Homebrew/cask", "Library/Homebrew/test"]
(repo_files + extra_remove_paths).each do |file|
path = Pathname.new "#{HOMEBREW_REPOSITORY}/#{file}"