From f645db8dd78b58ccf67a5be707f46627de14dd69 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 9 Apr 2021 18:04:37 +0000 Subject: [PATCH] Update maintainers, manpage and completions. Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow. --- completions/zsh/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 8399ee38b5..9566b6dffb 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -87,7 +87,7 @@ __brew_casks() { local comp_cachename=brew_casks if ! _retrieve_cache $comp_cachename; then - list=( $(brew search --cask) ) + list=( $(brew casks) ) _store_cache $comp_cachename list fi