Clarify comment
This commit is contained in:
parent
46f7c8b0b6
commit
e09139fb47
@ -211,7 +211,7 @@ module Homebrew
|
|||||||
Cask::Cmd::Audit.audit_casks(
|
Cask::Cmd::Audit.audit_casks(
|
||||||
*audit_casks,
|
*audit_casks,
|
||||||
download: nil,
|
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?,
|
appcast: args.appcast?,
|
||||||
online: args.online? || nil,
|
online: args.online? || nil,
|
||||||
strict: args.strict? || nil,
|
strict: args.strict? || nil,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user