diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/dev-cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 6e454f4d2..b63d39905 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -1506,7 +1506,7 @@ class ResourceAuditor end def check_http_mirror(url) - details = get_content_details(url) + details = get_content_details(url) if details[:status].nil? problem "The URL #{url} is not reachable" |
