info: pass explicit sort to handle APFS
This commit is contained in:
		
							parent
							
								
									c9684c3727
								
							
						
					
					
						commit
						9a323c5107
					
				@ -67,9 +67,9 @@ module Homebrew
 | 
			
		||||
 | 
			
		||||
  def print_json
 | 
			
		||||
    ff = if ARGV.include? "--all"
 | 
			
		||||
      Formula
 | 
			
		||||
      Formula.sort
 | 
			
		||||
    elsif ARGV.include? "--installed"
 | 
			
		||||
      Formula.installed
 | 
			
		||||
      Formula.installed.sort
 | 
			
		||||
    else
 | 
			
		||||
      ARGV.formulae
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user