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
 | 
			
		||||
  def tap arg
 | 
			
		||||
    match = arg.match(%r[homebrew-(\w+)/])
 | 
			
		||||
    match = arg.match(%r[homebrew-([\w-]+)/])
 | 
			
		||||
    match[1].downcase if match
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user