Skip to content
Snippets Groups Projects
Commit 7e7a7145 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1021 from MikeMcQuaid/update-migration-remove-cask

update-report: remove cask dir after migration.
parents 954de553 d0204207
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