Merge remote-tracking branch 'origin/master' into cask-upgrade/wildcards

This commit is contained in:
JBYoshi 2023-05-12 09:46:01 -05:00
commit 0ddeba6de6
No known key found for this signature in database
GPG Key ID: AE4430116622D05D

View File

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