Merge pull request #11096 from Homebrew/update-manpage

Update maintainers, manpage and completions.
This commit is contained in:
Nanda H Krishna 2021-04-10 00:21:43 +05:30 committed by GitHub
commit da14c3ca8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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