bottle.rb: fix typo in go regex
This commit is contained in:
		
							parent
							
								
									5889b44a60
								
							
						
					
					
						commit
						e69fbaf357
					
				@ -281,7 +281,7 @@ module Homebrew
 | 
				
			|||||||
    end
 | 
					    end
 | 
				
			||||||
    if any_go_deps
 | 
					    if any_go_deps
 | 
				
			||||||
      go_regex = Version.formula_optionally_versioned_regex(:go, full: false)
 | 
					      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
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ignores << case f.name
 | 
					    ignores << case f.name
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user