aboutsummaryrefslogtreecommitdiff
path: root/bot.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'bot.zsh')
-rwxr-xr-xbot.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.zsh b/bot.zsh
index b24383e..2e81cda 100755
--- a/bot.zsh
+++ b/bot.zsh
@@ -710,7 +710,7 @@ then
fi
help_line_counter=1
-help_max_line=$(($(grep -c '' <<< "${file_content}" | cut -d ' ' -f 1) + 1))
+help_max_line=$(($(grep -c '' <<< "${file_content}" | cut -F 1) + 1))
until [[ ${help_line_counter} -eq $((help_max_line + 1)) ]]
do