pull: fix tap URL regex for devel/head-only.
This commit is contained in:
parent
30ed74165e
commit
e87b377add
@ -6,7 +6,7 @@ require 'formula'
|
|||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
def tap arg
|
def tap arg
|
||||||
match = arg.match(%r[homebrew-(\w+)/])
|
match = arg.match(%r[homebrew-([\w-]+)/])
|
||||||
match[1].downcase if match
|
match[1].downcase if match
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user