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)