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 fdee345 commit cf7848aCopy full SHA for cf7848a
Library/Homebrew/cask/cask_loader.rb
@@ -367,7 +367,7 @@ def load(config:)
367
end
368
desc json_cask[:desc]
369
homepage json_cask[:homepage]
370
- login_items json_cask[:login_items] unless json_cask[:login_items].nil?
+ login_items json_cask[:login_items] if json_cask[:login_items].present?
371
372
if (deprecation_date = json_cask[:deprecation_date].presence)
373
reason = DeprecateDisable.to_reason_string_or_symbol json_cask[:deprecation_reason], type: :cask
0 commit comments