summaryrefslogtreecommitdiffstats
path: root/diagnostics
diff options
context:
space:
mode:
authorEthan P <eth-p+git@hidden.email>2020-02-27 14:46:36 -0800
committerDavid Peter <sharkdp@users.noreply.github.com>2020-02-28 08:03:13 +0100
commitf01263bcff17460450159d9c721bf2c6920f9aa6 (patch)
tree2918a2aa84d0e28a7d8c2fa602046563191d73b5 /diagnostics
parent8648b86a73542a4ec65157218cb03d7135d9f72f (diff)
Fix typo causing missing command warning in info.sh
Diffstat (limited to 'diagnostics')
-rwxr-xr-xdiagnostics/info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/diagnostics/info.sh b/diagnostics/info.sh
index f95a4b42..518b09c3 100755
--- a/diagnostics/info.sh
+++ b/diagnostics/info.sh
@@ -20,7 +20,7 @@ _bat_wrapper_:description() {
_collects "Any wrapper script used by 'bat'."
}
-_bat_wrapper_function_description() {
+_bat_wrapper_function_:description() {
_collects "The wrapper function surrounding 'bat' (if applicable)."
}