Merge pull request #15408 from reitermarkus/audit-empty-tap
Don't fail auditing empty tap.
This commit is contained in:
		
						commit
						1773056597
					
				@ -155,7 +155,7 @@ module Homebrew
 | 
			
		||||
      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!"
 | 
			
		||||
      return
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user