fix(run): spaces before email title

This commit is contained in:
Oliver Davies 2023-10-08 11:13:19 +01:00
parent 4700860720
commit 1ebd1ec69e

2
run
View file

@ -58,7 +58,7 @@ function create-daily {
git add "${filepath}" git add "${filepath}"
git commit --quiet -m "daily-email: add ${date} git commit --quiet -m "daily-email: add ${date}
${title}" ${title}"
echo "${filepath}" echo "${filepath}"
} }