summaryrefslogtreecommitdiffstats
path: root/source/l/woff2/get-woff2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/woff2/get-woff2.sh')
-rwxr-xr-xsource/l/woff2/get-woff2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/woff2/get-woff2.sh b/source/l/woff2/get-woff2.sh
index 3ff4b7a5d..684aebc10 100755
--- a/source/l/woff2/get-woff2.sh
+++ b/source/l/woff2/get-woff2.sh
@@ -27,7 +27,7 @@ rm -rf woff2
git clone https://github.com/google/woff2.git
HEADISAT="$( cd woff2 && git log -1 --format=%h )"
-DATE="$( cd woff2 && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd woff2 && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd woff2 && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )