audit: improve error wording

This commit is contained in:
Sean Molenaar 2022-09-26 15:37:12 +02:00 committed by GitHub
parent 95777e7cdf
commit dd46cc40c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ module Homebrew
end
if audit_formulae.empty? && audit_casks.empty?
ofail "No audits to perform"
ofail "No matching formulae or casks to audit!"
return
end