We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1205722 + 536eae9 commit 00001beCopy full SHA for 00001be
Library/Homebrew/diagnostic.rb
@@ -698,7 +698,7 @@ def check_missing_deps
698
<<~EOS
699
Some installed formulae are missing dependencies.
700
You should `brew install` the missing dependencies:
701
- brew install #{missing.sort_by(&:full_name) * " "}
+ brew install #{missing.map(&:to_installed_formula).sort_by(&:full_name) * " "}
702
703
Run `brew missing` for more details.
704
EOS
0 commit comments