From 5c06d6f184ecf855c37d1d4411e1e5a122cf8f44 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Mon, 11 Aug 2025 15:26:36 +1000 Subject: [PATCH] cask/audit: apply suggestion from code review Co-authored-by: Carlo Cabrera --- Library/Homebrew/cask/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/audit.rb b/Library/Homebrew/cask/audit.rb index afb24e7c95..5ffa29c741 100644 --- a/Library/Homebrew/cask/audit.rb +++ b/Library/Homebrew/cask/audit.rb @@ -682,7 +682,7 @@ module Cask next end - next true if result.merged_output.exclude?("arm64") && result.merged_output.include?("x86_64") + result.merged_output.exclude?("arm64") && result.merged_output.include?("x86_64") end if any_requires_rosetta