Merge pull request #10410 from SeekingMeaning/zsh-completion-upgrade-fix

completions/zsh: fix broken zsh tab completion for `brew upgrade`
This commit is contained in:
Jonathan Chang 2021-01-25 13:45:33 +11:00 committed by GitHub
commit de1de35369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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