From 5e0969d868d15ced5d89c2686e37383144c89738 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Wed, 30 Jun 2021 01:57:49 -0500 Subject: [PATCH] Fix incorrect time string building --- rowbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowbot b/rowbot index 36ba05b..48c64cb 100755 --- a/rowbot +++ b/rowbot @@ -169,7 +169,7 @@ seconds() { time+=", " fi - time="$seconds second" + time+="$seconds second" if (( seconds > 1 )); then time+=s