Output message when migrating cache entries.

This commit is contained in:
Markus Reiter 2018-08-08 07:34:24 +02:00
parent 15c62dfd01
commit a2238f0eb3

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]