aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 6e6837c8f..f1dfb9696 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -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|