mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
parent
755be9a2ee
commit
478e4f112c
@ -211,7 +211,7 @@ class Formulary
|
|||||||
def load_file
|
def load_file
|
||||||
super
|
super
|
||||||
rescue MethodDeprecatedError => e
|
rescue MethodDeprecatedError => e
|
||||||
e.issues_url = formula.tap.issues_url || formula.tap.to_s
|
e.issues_url = tap.issues_url || tap.to_s
|
||||||
raise
|
raise
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user