bottle.rb: fix typo in go regex

This commit is contained in:
danielnachun
2021-10-25 23:21:01 -07:00
parent 5889b44a60
commit e69fbaf357
+1 -1
View File
@@ -281,7 +281,7 @@ module Homebrew
end
if any_go_deps
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
ignores << case f.name