diff --git a/Library/Homebrew/cask/lib/hbc/audit.rb b/Library/Homebrew/cask/lib/hbc/audit.rb index 8520f651f9..8785fb01be 100644 --- a/Library/Homebrew/cask/lib/hbc/audit.rb +++ b/Library/Homebrew/cask/lib/hbc/audit.rb @@ -318,7 +318,7 @@ module Hbc curl_executable, *args = curl_args( "--compressed", "--location", "--fail", "--write-out", "%{http_code} %{url_effective}", - "--output", "/dev/null", + "--output", "/dev/null", "--head", url_to_access, user_agent: :fake )