diff options
Diffstat (limited to 'source/l/woff2')
-rwxr-xr-x | source/l/woff2/get-woff2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/woff2/get-woff2.sh b/source/l/woff2/get-woff2.sh index 3ff4b7a5..684aebc1 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 ) |