summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2018-10-27 04:22:33 -0700
committerCole Mickens <cole.mickens@gmail.com>2018-10-27 04:22:33 -0700
commit4ca7494e01d46ce6c437f33def6a9a5a8e1f233d (patch)
tree41ab226406372edb61407502276fd4297d2ff3d8 /update.sh
parent2d94fe3f3f01a8c6bcf6f51629373aefeec41ead (diff)
README.md: fix update timestamps
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 0542ef9..6f58b8e 100755
--- a/update.sh
+++ b/update.sh
@@ -33,7 +33,7 @@ function update() {
readarray -t out <<< "$(echo "${results}")"
builtattrs=("${builtattrs[@]}" "${out[@]}")
- d="$(date '+%Y-%M-%d %H:%M' --date="${commitdate}")"
+ d="$(date '+%Y-%m-%d %H:%M' --date="${commitdate}")"
m='(.*)'
txt="| ${attr} | [${d}](https://github.com/${owner}/${repo}/commits/${rev}) |"
pkgentries=("${pkgentries[@]}" "${txt}")