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}"