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
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -87,7 +87,7 @@ __brew_casks() {
local comp_cachename=brew_casks local comp_cachename=brew_casks
if ! _retrieve_cache $comp_cachename; then if ! _retrieve_cache $comp_cachename; then
list=( $(brew search --cask) ) list=( $(brew casks) )
_store_cache $comp_cachename list _store_cache $comp_cachename list
fi fi