Fix duplicate quotes in dependency audit.

This commit is contained in:
Markus Reiter 2024-02-15 22:43:29 +01:00
parent 0a206a4093
commit b25d4c4c02
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -279,10 +279,10 @@ module Homebrew
# Don't complain about missing cross-tap dependencies
next
rescue FormulaUnavailableError
problem "Can't find dependency '#{dep.name.inspect}'."
problem "Can't find dependency '#{dep.name}'."
next
rescue TapFormulaAmbiguityError
problem "Ambiguous dependency '#{dep.name.inspect}'."
problem "Ambiguous dependency '#{dep.name}'."
next
end