Merge pull request #12324 from danielnachun/bottle_regex_fix
bottle.rb: fix typo in go regex
This commit is contained in:
commit
000a9829a0
@ -281,7 +281,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
if any_go_deps
|
if any_go_deps
|
||||||
go_regex = Version.formula_optionally_versioned_regex(:go, full: false)
|
go_regex = Version.formula_optionally_versioned_regex(:go, full: false)
|
||||||
ignores << %r{#{cellar_regex}/#{go_regex}/[\d.]+/libexec]}
|
ignores << %r{#{cellar_regex}/#{go_regex}/[\d.]+/libexec}
|
||||||
end
|
end
|
||||||
|
|
||||||
ignores << case f.name
|
ignores << case f.name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user