Merge pull request #4632 from reitermarkus/migration-message

Output message when migrating cache entries.
This commit is contained in:
Markus Reiter 2018-08-08 09:34:34 +02:00 committed by GitHub
commit e4dd80405c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]