Disable tapping of caskroom taps.
				
					
				
			This commit is contained in:
		
							parent
							
								
									6c2b9ffdc1
								
							
						
					
					
						commit
						bd666fbc79
					
				@ -241,6 +241,8 @@ class Tap
 | 
			
		||||
 | 
			
		||||
    if official? && DEPRECATED_OFFICIAL_TAPS.include?(repo)
 | 
			
		||||
      odie "#{name} was deprecated. This tap is now empty as all its formulae were migrated."
 | 
			
		||||
    elsif user == "caskroom"
 | 
			
		||||
      odie "#{name} was moved. Tap homebrew/cask-#{repo} instead."
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    if installed? && force_auto_update.nil?
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user