Clarify comment

This commit is contained in:
Rylan Polster 2021-11-06 00:59:46 -04:00
parent 46f7c8b0b6
commit e09139fb47
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -211,7 +211,7 @@ module Homebrew
Cask::Cmd::Audit.audit_casks(
*audit_casks,
download: nil,
# No need for `|| nil` because this is a `--[no-]appcast` and automatically sets itself to `nil` if not passed
# No need for `|| nil` for `--[no-]appcast` because boolean switches are already `nil` if not passed
appcast: args.appcast?,
online: args.online? || nil,
strict: args.strict? || nil,