Update Library/Homebrew/cask/audit.rb

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
Bevan Kay 2022-12-28 16:32:58 +11:00 committed by GitHub
parent 2788efb732
commit c45a32ea8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }