diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index 721baa0696..e9b7eea618 100644 --- a/Library/Homebrew/formula_cellar_checks.rb +++ b/Library/Homebrew/formula_cellar_checks.rb @@ -341,6 +341,8 @@ module FormulaCellarChecks mismatches_expected = formula.tap.blank? || tap_audit_exception(:mismatched_binary_allowlist, formula.name) return if compatible_universal_binaries.empty? && mismatches_expected + return if universal_binaries_expected && mismatches_expected + s = "" if mismatches.present? && !mismatches_expected