update-report: remove cask dir after migration.
This will hang around otherwise due to e.g. running `bundle install` in here once.
This commit is contained in:
parent
8e9a9b6428
commit
d0204207ed
@ -234,7 +234,7 @@ module Homebrew
|
||||
|
||||
unremovable_paths = []
|
||||
extra_remove_paths = [".git", "Library/Locks", "Library/Taps",
|
||||
"Library/Homebrew/test"]
|
||||
"Library/Homebrew/cask", "Library/Homebrew/test"]
|
||||
(repo_files + extra_remove_paths).each do |file|
|
||||
path = Pathname.new "#{HOMEBREW_REPOSITORY}/#{file}"
|
||||
begin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user