We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43fa5f5 + 20c55f6 commit 9991345Copy full SHA for 9991345
Library/Homebrew/cask/audit.rb
@@ -774,7 +774,7 @@ def audit_min_os
774
bundle_min_os = cask_bundle_min_os
775
sparkle_min_os = cask_sparkle_min_os
776
777
- app_min_os = [bundle_min_os, sparkle_min_os].compact.max
+ app_min_os = bundle_min_os || sparkle_min_os
778
debug_messages = []
779
debug_messages << "from artifact: #{bundle_min_os.to_sym}" if bundle_min_os
780
debug_messages << "from upstream: #{sparkle_min_os.to_sym}" if sparkle_min_os
0 commit comments