Skip to content
Snippets Groups Projects
Commit 9cd5a21b authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1669 from vladshablinsky/fix_method_deprecated

formulary: call tap not formula
parents 99f42146 478e4f11
No related branches found
Tags 1.1.5
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment