audit: inspect dep name, not dep object

This commit is contained in:
Jack Nagel 2013-02-02 00:54:32 -06:00
parent 2fed17f4d1
commit 3957a35c33

View File

@ -133,7 +133,7 @@ class FormulaAuditor
begin
dep_f = dep.to_formula
rescue
problem "Can't find dependency #{dep.inspect}."
problem "Can't find dependency #{dep.name.inspect}."
end
dep.options.reject do |opt|