Skip to content
Snippets Groups Projects
Commit e87b377a authored by Mike McQuaid's avatar Mike McQuaid
Browse files

pull: fix tap URL regex for devel/head-only.

parent 30ed7416
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ require 'formula'
module Homebrew
def tap arg
match = arg.match(%r[homebrew-(\w+)/])
match = arg.match(%r[homebrew-([\w-]+)/])
match[1].downcase if match
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment