From 5f434f8de9657d3315be930f4d86cf27acc21738 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 17 Nov 2016 01:34:04 +0100 Subject: publish: Remove extension from file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- scripts/publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish b/scripts/publish index b761265..dc19211 100755 --- a/scripts/publish +++ b/scripts/publish @@ -11,7 +11,7 @@ main() { local date="$(date -Id)" mv "$file" entries/"$file" - jq "[.[], { title: \"$title\", date: \"$date\", file: \"$file\" }]"