From f6430355459f37147adbc77d416464db48c09660 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 30 Mar 2025 20:02:10 +0100 Subject: [PATCH] Change the date format in the commit message --- run.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.local b/run.local index 00b2b8d52..d44e85283 100755 --- a/run.local +++ b/run.local @@ -54,7 +54,7 @@ function create-daily { # Create a commit with the appropriate date in the message git add "${filepath}" - git commit --quiet -m "Add daily email for ${date} + git commit --quiet -m "Add daily email for $(date -d "${next_date}" +%d/%m/%y) ${title}"