Move stub.md
This commit is contained in:
parent
c582fa707c
commit
9d7a92c0df
|
@ -28,7 +28,7 @@ function create-daily {
|
||||||
sed 's/^\-//;s/\-$//')
|
sed 's/^\-//;s/\-$//')
|
||||||
|
|
||||||
# Create the file.
|
# 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)
|
date=$(date -d "${next_date}" +%Y-%m-%d)
|
||||||
day=$(date -d "${next_date}" +%d)
|
day=$(date -d "${next_date}" +%d)
|
||||||
|
|
Loading…
Reference in a new issue