From 8c4dfe0bb20d07c10361fa85dc1948b513db517a Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Wed, 30 Jun 2021 11:18:35 -0500 Subject: [PATCH] Properly link together the time string --- rowbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowbot b/rowbot index 48c64cb..84cac6c 100755 --- a/rowbot +++ b/rowbot @@ -166,7 +166,7 @@ seconds() { fi if [[ $time ]]; then - time+=", " + time+=" and " fi time+="$seconds second"