diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formulary.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
