Fix incorrect time string building

This commit is contained in:
Nick Chambers 2021-06-30 01:57:49 -05:00 committed by Nick Chambers
parent c9bedba38d
commit b92e29be28
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