Update Library/Homebrew/cask/cask.rb

Co-authored-by: Markus Reiter <me@reitermark.us>
This commit is contained in:
Douglas Eichelberger 2023-03-13 09:10:36 -07:00 committed by GitHub
parent 0fe595f9c2
commit e40d2b42c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ module Cask
version_os_hash
ensure
MacOS.full_version = actual_version || MacOS.full_version.to_s
MacOS.full_version = actual_version if actual_version
end
end