diff --git a/Library/Homebrew/formula_auditor.rb b/Library/Homebrew/formula_auditor.rb index 57c53451d7..bbf9c9a1ad 100644 --- a/Library/Homebrew/formula_auditor.rb +++ b/Library/Homebrew/formula_auditor.rb @@ -749,7 +749,7 @@ module Homebrew end def audit_specs - problem "HEAD-only (no stable download)" if head_only?(formula) + problem "HEAD-only (no stable download)" if head_only?(formula) && @core_tap %w[Stable HEAD].each do |name| spec_name = name.downcase.to_sym