Update maintainers, manpage and completions.

Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow.
This commit is contained in:
BrewTestBot
2021-04-09 18:04:37 +00:00
parent 3e71860276
commit f645db8dd7

View File

@@ -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