mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
cask/audit: improve wording
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e90371f8ab
commit
ca65777e70
@ -26,7 +26,7 @@ module Cask
|
|||||||
token_conflicts: nil, online: nil, strict: nil, signing: nil,
|
token_conflicts: nil, online: nil, strict: nil, signing: nil,
|
||||||
new_cask: nil)
|
new_cask: nil)
|
||||||
|
|
||||||
# `new_cask` implies `online`, `token_conflicts`, `strict` and signing
|
# `new_cask` implies `online`, `token_conflicts`, `strict` and `signing`
|
||||||
online = new_cask if online.nil?
|
online = new_cask if online.nil?
|
||||||
strict = new_cask if strict.nil?
|
strict = new_cask if strict.nil?
|
||||||
signing = new_cask if signing.nil?
|
signing = new_cask if signing.nil?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user