Skip to content

Commit

Permalink
Merge pull request #1669 from vladshablinsky/fix_method_deprecated
Browse files Browse the repository at this point in the history
formulary: call tap not formula
  • Loading branch information
MikeMcQuaid authored Dec 14, 2016
2 parents 99f4214 + 478e4f1 commit 9cd5a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/formulary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def get_formula(spec, alias_path: nil)
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
Expand Down

0 comments on commit 9cd5a21

Please sign in to comment.