From d6b5e4f2ed856badb572eea2bbc76d2335ec58ab Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 6 Apr 2013 22:10:43 -0500 Subject: audit: rescue only FormulaUnavailableError --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3