Change the date format in the commit message

This commit is contained in:
Oliver Davies 2025-03-30 20:02:10 +01:00
parent b67d630fee
commit f643035545

View file

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