global: further limit tap formula regex.
This commit is contained in:
parent
71218a29d2
commit
57e541f040
@ -83,7 +83,7 @@ HOMEBREW_USER_AGENT = "Homebrew #{HOMEBREW_VERSION} (Ruby #{RUBY_VERSION}-#{RUBY
|
||||
|
||||
HOMEBREW_CURL_ARGS = '-f#LA'
|
||||
|
||||
HOMEBREW_TAP_FORMULA_REGEX = %r{(\w+)/(\w+)/([^/]+)}
|
||||
HOMEBREW_TAP_FORMULA_REGEX = %r{^(\w+)/(\w+)/([^/]+)$}
|
||||
|
||||
module Homebrew extend self
|
||||
include FileUtils
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user