 e8ee5b05f9
			
		
	
	
		e8ee5b05f9
		
			
		
	
	
	
	
		
			
			- Only for HOMEBREW_DEVELOPER - Except for HOMEBREW_CORE_MERGE_MAINTAINER - Except for GitHub Actions CI Co-authored-by: Rylan Polster <rslpolster@gmail.com> Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			249 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			249 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # typed: true
 | |
| # frozen_string_literal: true
 | |
| 
 | |
| class CoreTap < Tap
 | |
|   # @private
 | |
|   def initialize
 | |
|     super "Homebrew", "core"
 | |
|     @full_name = "Homebrew/linuxbrew-core" if HOMEBREW_CORE_DEFAULT_GIT_REMOTE.include?("Homebrew/linuxbrew-core")
 | |
|   end
 | |
| end
 |