From 3895a0ae232e15380f00db9274494d4d90493304 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 7 May 2015 23:18:01 -0400 Subject: [PATCH] Rename method --- Library/Homebrew/cmd/audit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index fadc4183fd..bf004b0a71 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -234,7 +234,7 @@ class FormulaAuditor end end - def audit_urls + def audit_homepage homepage = formula.homepage unless homepage =~ %r[^https?://] @@ -685,7 +685,7 @@ class FormulaAuditor audit_file audit_class audit_specs - audit_urls + audit_homepage audit_deps audit_java_home audit_conflicts