From a110f5ed233616a826a162fd2a3f9473dfbc1fe5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 29 Aug 2011 10:31:13 -0500 Subject: Fix alpha-order mistake in brew bash-completion Signed-off-by: Jack Nagel --- Library/Contributions/brew_bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index eaa564918..5b9bef45c 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -50,7 +50,7 @@ _brew_to_completion() return ;; # 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}) ) return ;; -- cgit v1.2.3