From ca65777e7053e419432257bbdf08c211dba50635 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 16 Aug 2022 10:01:35 +0200 Subject: [PATCH] cask/audit: improve wording Co-authored-by: Mike McQuaid --- Library/Homebrew/cask/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/audit.rb b/Library/Homebrew/cask/audit.rb index d8f703710d..98944e506d 100644 --- a/Library/Homebrew/cask/audit.rb +++ b/Library/Homebrew/cask/audit.rb @@ -26,7 +26,7 @@ module Cask token_conflicts: nil, online: nil, strict: nil, signing: 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? strict = new_cask if strict.nil? signing = new_cask if signing.nil?