update-report: add missing comma.

This commit is contained in:
Mike McQuaid 2016-09-19 11:51:17 +01:00
parent a212340cc1
commit 13f08a2bd4

View File

@ -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}"