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.
1 parent cf7848a commit 69d348bCopy full SHA for 69d348b
Library/Homebrew/cask/cask_loader.rb
@@ -379,7 +379,7 @@ def load(config:)
379
disable! date: disable_date, because: reason
380
end
381
382
- auto_updates json_cask[:auto_updates] unless json_cask[:auto_updates].nil?
+ auto_updates json_cask[:auto_updates] if json_cask[:auto_updates].present?
383
conflicts_with(**json_cask[:conflicts_with]) if json_cask[:conflicts_with].present?
384
385
if json_cask[:depends_on].present?
0 commit comments