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.
brew doctor
1 parent 085edfc commit 536eae9Copy full SHA for 536eae9
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