Skip to content
Snippets Groups Projects
Commit aed7e438 authored by Marius Kleiner's avatar Marius Kleiner
Browse files

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.
parent 423e8e10
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment