1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-18 20:11:03 +00:00

Fix typo causing missing command warning in info.sh

This commit is contained in:
Ethan P 2020-02-27 14:46:36 -08:00 committed by David Peter
parent 8648b86a73
commit f01263bcff

View File

@ -20,7 +20,7 @@ _bat_wrapper_:description() {
_collects "Any wrapper script used by 'bat'." _collects "Any wrapper script used by 'bat'."
} }
_bat_wrapper_function_description() { _bat_wrapper_function_:description() {
_collects "The wrapper function surrounding 'bat' (if applicable)." _collects "The wrapper function surrounding 'bat' (if applicable)."
} }