Skip to content
Snippets Groups Projects
Commit d0204207 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

update-report: remove cask dir after migration.

This will hang around otherwise due to e.g. running `bundle install` in
here once.
parent 8e9a9b64
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment