diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 8523102a8..5506c5f66 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -130,7 +130,7 @@ class FormulaAuditor f.deps.each do |dep| begin dep_f = dep.to_formula - rescue + rescue FormulaUnavailableError problem "Can't find dependency #{dep.name.inspect}." end |
