Longest Life #13

Merged
uplime merged 1 commits from longest-life into master 2021-06-30 07:00:02 +00:00
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