audit: inspect dep name, not dep object
This commit is contained in:
parent
2fed17f4d1
commit
3957a35c33
@ -133,7 +133,7 @@ class FormulaAuditor
|
|||||||
begin
|
begin
|
||||||
dep_f = dep.to_formula
|
dep_f = dep.to_formula
|
||||||
rescue
|
rescue
|
||||||
problem "Can't find dependency #{dep.inspect}."
|
problem "Can't find dependency #{dep.name.inspect}."
|
||||||
end
|
end
|
||||||
|
|
||||||
dep.options.reject do |opt|
|
dep.options.reject do |opt|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user