Properly link together the time string

This commit is contained in:
Nick Chambers 2021-06-30 11:18:35 -05:00 committed by Nick Chambers
parent b92e29be28
commit 7914edc36c
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"