From 4ca7494e01d46ce6c437f33def6a9a5a8e1f233d Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Sat, 27 Oct 2018 04:22:33 -0700 Subject: README.md: fix update timestamps --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') 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}") -- cgit v1.2.3