Remove the post title from the commit message

This commit is contained in:
Oliver Davies 2025-03-30 20:04:43 +01:00
parent f643035545
commit cc8cdbcf96

View file

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