From 478e4f112c5482a0424c0a27c6d9d10fea3d2c07 Mon Sep 17 00:00:00 2001 From: Uladzislau Shablinski Date: Wed, 14 Dec 2016 05:07:54 +0300 Subject: formulary: call tap not formula Fixes #1668 --- Library/Homebrew/formulary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 6ed5b91ba..90e0dc2d4 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -211,7 +211,7 @@ class Formulary def load_file super rescue MethodDeprecatedError => e - e.issues_url = formula.tap.issues_url || formula.tap.to_s + e.issues_url = tap.issues_url || tap.to_s raise end end -- cgit v1.2.3