Properly link together the time string

This commit is contained in:
Nick Chambers 2021-06-30 11:18:35 -05:00
parent 187789cf7c
commit 8c4dfe0bb2
1 changed files with 1 additions and 1 deletions

2
rowbot
View File

@ -166,7 +166,7 @@ seconds() {
fi
if [[ $time ]]; then
time+=", "
time+=" and "
fi
time+="$seconds second"