From 9d7a92c0df532f4ce9c8d0a233bb123ed4d9c59c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 31 Jul 2024 00:47:49 +0100 Subject: [PATCH] Move stub.md --- stub.md => resources/daily-email-stub.md | 0 run.local | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename stub.md => resources/daily-email-stub.md (100%) diff --git a/stub.md b/resources/daily-email-stub.md similarity index 100% rename from stub.md rename to resources/daily-email-stub.md diff --git a/run.local b/run.local index 77ca7edc..70742a55 100755 --- a/run.local +++ b/run.local @@ -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)