summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
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}")