From 1ebd1ec69eba71c5ca3324a4dabfb6e71b1c3cac Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 8 Oct 2023 11:13:19 +0100 Subject: [PATCH] fix(run): spaces before email title --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 50462a40c..594ff6227 100755 --- a/run +++ b/run @@ -58,7 +58,7 @@ function create-daily { git add "${filepath}" git commit --quiet -m "daily-email: add ${date} - ${title}" +${title}" echo "${filepath}" }