Merge pull request #4632 from reitermarkus/migration-message
Output message when migrating cache entries.
This commit is contained in:
commit
e4dd80405c
@ -194,6 +194,8 @@ module Homebrew
|
||||
|
||||
return if ENV.key?("HOMEBREW_DISABLE_LOAD_FORMULA")
|
||||
|
||||
ohai "Migrating cache entries..."
|
||||
|
||||
Formula.each do |formula|
|
||||
specs = [*formula.stable, *formula.devel, *formula.head]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user