Merge pull request #13864 from MikeMcQuaid/cask_quarantine
diagnostic: improve cask quarantine messaging.
This commit is contained in:
		
						commit
						25391dc72b
					
				@ -1049,11 +1049,11 @@ module Homebrew
 | 
			
		||||
        when :quarantine_available
 | 
			
		||||
          nil
 | 
			
		||||
        when :xattr_broken
 | 
			
		||||
          "There's no working version of `xattr` on this system."
 | 
			
		||||
          "No Cask quarantine support available: there's no working version of `xattr` on this system."
 | 
			
		||||
        when :no_swift
 | 
			
		||||
          "Swift is not available on this system."
 | 
			
		||||
          "No Cask quarantine support available: there's no available version of `swift` on this system."
 | 
			
		||||
        else
 | 
			
		||||
          "Unknown support status"
 | 
			
		||||
          "No Cask quarantine support available: unknown reason."
 | 
			
		||||
        end
 | 
			
		||||
      end
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user