Use newlines in package info
This commit is contained in:
		
							parent
							
								
									661f78e9c1
								
							
						
					
					
						commit
						29c561eb59
					
				@ -68,9 +68,9 @@ module Homebrew
 | 
			
		||||
              info += if (contents = tap.contents).blank?
 | 
			
		||||
                "\nNo commands/casks/formulae"
 | 
			
		||||
              else
 | 
			
		||||
                contents.join(", ")
 | 
			
		||||
                "\n#{contents.join(", ")}"
 | 
			
		||||
              end
 | 
			
		||||
              info += ", private" if tap.private?
 | 
			
		||||
              info += "\nPrivate" if tap.private?
 | 
			
		||||
              info += "\n#{tap.path} (#{tap.path.abv})"
 | 
			
		||||
              info += "\nFrom: #{tap.remote.presence || "N/A"}"
 | 
			
		||||
            else
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user