Update audit.rb

This commit is contained in:
Bevan Kay 2022-12-28 16:26:45 +11:00 committed by GitHub
parent 3e11f315f7
commit 2788efb732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -582,8 +582,9 @@ module Cask
return if cask_min_os == min_os_string
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 #{cask_min_os ? cask_min_.to_sym.inspect : "no minimal OS version"}."
"and the cask defined #{min_os_symbol}."
end
sig { void }