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

Merge pull request #1018 from MikeMcQuaid/update-migration-create-cellar

update-report: also create Cellar on migration.
parents 132ed2bc fc04d8f4
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ module Homebrew
EOS
end
Keg::ALL_TOP_LEVEL_DIRECTORIES.each do |dir|
(Keg::ALL_TOP_LEVEL_DIRECTORIES + ["Cellar"]).each do |dir|
FileUtils.mkdir_p "#{HOMEBREW_PREFIX}/#{dir}"
end
......
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