Skip to content
Snippets Groups Projects
Commit a2238f0e authored by Markus Reiter's avatar Markus Reiter
Browse files

Output message when migrating cache entries.

parent 15c62dfd
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment