We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdd5c1 commit abbbb3fCopy full SHA for abbbb3f
Library/Homebrew/cask/cask_loader.rb
@@ -350,7 +350,7 @@ def load(config:)
350
end
351
desc json_cask[:desc]
352
homepage json_cask[:homepage]
353
- login_items json_cask[:login_items] unless json_cask[:login_items].nil?
+ login_items json_cask[:login_items] if json_cask[:login_items].present?
354
355
if (deprecation_date = json_cask[:deprecation_date].presence)
356
reason = DeprecateDisable.to_reason_string_or_symbol json_cask[:deprecation_reason], type: :cask
0 commit comments