From 7c05b2f2311151da9ec83726979c7021f87c83c5 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 4 Sep 2020 04:15:18 +0200 Subject: [PATCH] Support `--no-appcast` for `brew cask audit`. --- Library/Homebrew/cask/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/cmd/audit.rb b/Library/Homebrew/cask/cmd/audit.rb index 9c416965c7..8c4626b773 100644 --- a/Library/Homebrew/cask/cmd/audit.rb +++ b/Library/Homebrew/cask/cmd/audit.rb @@ -19,7 +19,7 @@ module Cask super do switch "--download", description: "Audit the downloaded file" - switch "--appcast", + switch "--[no-]appcast", description: "Audit the appcast" switch "--token-conflicts", description: "Audit for token conflicts"