From 2a586e8a342d3bac15adc742d3633acc3723bf83 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Tue, 21 Jul 2020 12:28:43 +0100 Subject: [PATCH] fixed bug, caused by string close prematurely --- scripts/posts.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/posts.awk b/scripts/posts.awk index c789874..d9593f4 100644 --- a/scripts/posts.awk +++ b/scripts/posts.awk @@ -12,5 +12,5 @@ BEGIN { } END { - print " + print "" } -- 2.20.1