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