aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cask/lib/hbc/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/audit.rb b/Library/Homebrew/cask/lib/hbc/audit.rb
index 8520f651f..8785fb01b 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
)