diff options
| author | Markus Reiter | 2016-09-19 15:15:04 +0200 | 
|---|---|---|
| committer | Markus Reiter | 2016-09-19 17:49:40 +0200 | 
| commit | 6fe70190204807a893419e5c510cb3e961e35c35 (patch) | |
| tree | 25968019ba6bafcb88e20a58650f8d638dde9b62 /Library/Homebrew/cask/lib/hbc.rb | |
| parent | 3ffb9a2f7cda6652f75cb0c59c6d079ab1039e94 (diff) | |
| download | brew-6fe70190204807a893419e5c510cb3e961e35c35.tar.bz2 | |
Make `HOMEBREW_PREFIX/Caskroom` the default.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb index b45a9f375..fd61558ab 100644 --- a/Library/Homebrew/cask/lib/hbc.rb +++ b/Library/Homebrew/cask/lib/hbc.rb @@ -49,6 +49,7 @@ module Hbc      Hbc::Cache.ensure_cache_exists      Hbc::Cache.migrate_legacy_cache +    Hbc::Caskroom.migrate_caskroom_from_repo_to_prefix      Hbc::Caskroom.ensure_caskroom_exists    end  | 
