diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 1a09bee07a..9e70b73d45 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -434,7 +434,7 @@ class FormulaAuditor return unless @online begin - nostdout { curl "--connect-timeout", "15", "-IL", "-o", "/dev/null", homepage } + nostdout { curl "--connect-timeout", "15", "-o", "/dev/null", homepage } rescue ErrorDuringExecution problem "The homepage is not reachable (curl exit code #{$?.exitstatus})" end