Merge pull request #11678 from infogrind/fix-fish-brew-doctor-completion

Fix typo in brew doctor completion function name
This commit is contained in:
Nanda H Krishna 2021-07-08 17:30:15 +05:30 committed by GitHub
commit aaa3aaf52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ function __fish_brew_suggest_commands -d "Lists all commands names, including al
end end
end end
function __fish_brew_suggest_diagnostic_check -d "List available diagnostic checks" function __fish_brew_suggest_diagnostic_checks -d "List available diagnostic checks"
brew doctor --list-checks brew doctor --list-checks
end end