Fix incorrect time string building

This commit is contained in:
Nick Chambers 2021-06-30 01:57:49 -05:00
parent f8b6195ab3
commit 5e0969d868
1 changed files with 1 additions and 1 deletions

2
rowbot
View File

@ -169,7 +169,7 @@ seconds() {
time+=", "
fi
time="$seconds second"
time+="$seconds second"
if (( seconds > 1 )); then
time+=s