aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/hbc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat/hbc.rb')
-rw-r--r--Library/Homebrew/compat/hbc.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/hbc.rb b/Library/Homebrew/compat/hbc.rb
index e60bdbc07..353a72488 100644
--- a/Library/Homebrew/compat/hbc.rb
+++ b/Library/Homebrew/compat/hbc.rb
@@ -9,7 +9,9 @@ module Hbc
Module.new do
def init
Cache.delete_legacy_cache
+
Caskroom.migrate_caskroom_from_repo_to_prefix
+ Caskroom.migrate_legacy_caskroom
super
end