diff --git a/Library/Homebrew/cask/audit.rb b/Library/Homebrew/cask/audit.rb index 187b0f3d0c..bcf8d65f39 100644 --- a/Library/Homebrew/cask/audit.rb +++ b/Library/Homebrew/cask/audit.rb @@ -584,7 +584,7 @@ module Cask min_os_symbol = cask_min_os&.to_sym.inspect || "no minimal OS version" add_error "Upstream defined #{min_os_string.to_sym.inspect} as minimal OS version " \ - "and the cask defined #{min_os_symbol}." + "and the cask defined #{min_os_symbol}" end sig { void }