Remove the post title from the commit message
This commit is contained in:
parent
f643035545
commit
cc8cdbcf96
1 changed files with 1 additions and 3 deletions
|
@ -54,9 +54,7 @@ function create-daily {
|
||||||
|
|
||||||
# Create a commit with the appropriate date in the message
|
# Create a commit with the appropriate date in the message
|
||||||
git add "${filepath}"
|
git add "${filepath}"
|
||||||
git commit --quiet -m "Add daily email for $(date -d "${next_date}" +%d/%m/%y)
|
git commit --quiet -m "Add daily email for $(date -d "${next_date}" +%d/%m/%y)"
|
||||||
|
|
||||||
${title}"
|
|
||||||
|
|
||||||
echo "${filepath}"
|
echo "${filepath}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue