From f01263bcff17460450159d9c721bf2c6920f9aa6 Mon Sep 17 00:00:00 2001
From: Ethan P <eth-p+git@hidden.email>
Date: Thu, 27 Feb 2020 14:46:36 -0800
Subject: [PATCH] Fix typo causing missing command warning in info.sh

---
 diagnostics/info.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)."
 }