Don't fail auditing empty tap.
This commit is contained in:
parent
aa450ea824
commit
c5926241a8
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user