Fix syntax error in the bash-completion script

My bad.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-10-09 13:40:23 -05:00
parent cc7efdc94d
commit 558ce2dd3d

View File

@ -57,6 +57,8 @@ _brew_to_completion()
# Commands that take an outdated brew
upgrade)
COMPREPLY=( $(compgen -W "$(brew outdated --quiet)" -- ${cur}) )
return
;;
esac
}