update-report: add missing comma.
This commit is contained in:
parent
a212340cc1
commit
13f08a2bd4
@ -236,7 +236,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
unremovable_paths = []
|
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"]
|
"Library/Homebrew/cask", "Library/Homebrew/test"]
|
||||||
(repo_files + extra_remove_paths).each do |file|
|
(repo_files + extra_remove_paths).each do |file|
|
||||||
path = Pathname.new "#{HOMEBREW_REPOSITORY}/#{file}"
|
path = Pathname.new "#{HOMEBREW_REPOSITORY}/#{file}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user