Fix syntax error in the bash-completion script
My bad. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
cc7efdc94d
commit
558ce2dd3d
@ -57,6 +57,8 @@ _brew_to_completion()
|
||||
# Commands that take an outdated brew
|
||||
upgrade)
|
||||
COMPREPLY=( $(compgen -W "$(brew outdated --quiet)" -- ${cur}) )
|
||||
return
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user