Move stub.md

This commit is contained in:
Oliver Davies 2024-07-31 00:47:49 +01:00
parent c582fa707c
commit 9d7a92c0df
2 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,7 @@ function create-daily {
sed 's/^\-//;s/\-$//')
# Create the file.
cp -f --no-clobber stub.md "${filepath}"
cp -f --no-clobber resources/daily-email-stub.md "${filepath}"
date=$(date -d "${next_date}" +%Y-%m-%d)
day=$(date -d "${next_date}" +%d)