completions/zsh: fix broken zsh tab completion for brew upgrade

This commit is contained in:
Seeker 2021-01-24 18:04:14 -08:00
parent 2c83ea7339
commit 27d32aa2d3

View File

@ -876,7 +876,7 @@ _brew_upgrade() {
- interactive-install \ - interactive-install \
'--interactive[download and patch formula, then open a shell]' \ '--interactive[download and patch formula, then open a shell]' \
'--git' \ '--git' \
': : __brew_outdated_formulae' ': : __brew_outdated_formulae' \
- cask-install \ - cask-install \
'--cask[reinstall casks]' \ '--cask[reinstall casks]' \
': :__brew_all_casks' \ ': :__brew_all_casks' \