Fix function name typo at the correct place.

As nandahkrishna writes in
https://github.com/Homebrew/brew/pull/11678#issuecomment-876356490,
completions/fish/brew.fish is generated automatically. This commit makes
the change in the proper template instead.
This commit is contained in:
Marius Kleiner 2021-07-08 13:30:15 +02:00
parent 423e8e104f
commit aed7e4389c
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ function __fish_brew_suggest_commands -d "Lists all commands names, including al
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
end

View File

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