diff --git a/run.local b/run.local index d44e85283..08dff63a9 100755 --- a/run.local +++ b/run.local @@ -54,9 +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 -d "${next_date}" +%d/%m/%y) - -${title}" + git commit --quiet -m "Add daily email for $(date -d "${next_date}" +%d/%m/%y)" echo "${filepath}" }