diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 1a09bee07..9e70b73d4 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 |
