diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 5f66b93e7..aa8a28b8c 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -126,7 +126,7 @@ class FormulaInstaller def verify_deps_exist begin - formula.recursive_dependencies.map(&:to_formula) + compute_dependencies rescue TapFormulaUnavailableError => e if e.tap.installed? raise |
