Fix alpha-order mistake in brew bash-completion
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
		
							parent
							
								
									dde71e97e7
								
							
						
					
					
						commit
						864c81a61b
					
				@ -50,7 +50,7 @@ _brew_to_completion()
 | 
				
			|||||||
        return
 | 
					        return
 | 
				
			||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
    # Commands that take an existing brew
 | 
					    # Commands that take an existing brew
 | 
				
			||||||
    abv|cleanup|link|list|ln|ls|remove|rm|test|upgrade|uninstall|unlink)
 | 
					    abv|cleanup|link|list|ln|ls|remove|rm|test|uninstall|unlink|upgrade)
 | 
				
			||||||
        COMPREPLY=( $(compgen -W "$(\ls $(brew --cellar))" -- ${cur}) )
 | 
					        COMPREPLY=( $(compgen -W "$(\ls $(brew --cellar))" -- ${cur}) )
 | 
				
			||||||
        return
 | 
					        return
 | 
				
			||||||
        ;;
 | 
					        ;;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user