audit: inspect dep name, not dep object
This commit is contained in:
parent
2fed17f4d1
commit
3957a35c33
@ -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|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user