aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-02-20 22:48:03 +0000
committerGitHub2017-02-20 22:48:03 +0000
commit125a6eee2165039d3b7329543d2e33e321c267d2 (patch)
treeba32f5a43c59304acef9ffa8506bc5c594a7e951 /Library/Homebrew/dev-cmd
parent55bc2a30195db915a60c862bf1c3d4ba6cd3cd4a (diff)
downloadbrew-125a6eee2165039d3b7329543d2e33e321c267d2.tar.bz2
audit: fix `brew style`.
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/audit.rb2
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"