diff options
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-x | aux/workflow/dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index 1461a86..8111b34 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -58,7 +58,7 @@ if ! printf '%s\n%s\n' "$(git tag)" "$VVERSION" | sort -nct. -k1 -k2 -k3; then exit 1 fi -if [ "$DATE" != "$(git log -1 --format=%cd --date=short HEAD)" ]; then +if [ "$DATE" != "$(git log -1 --format=%ad --date=short HEAD)" ]; then echo "Date '$DATE' is not up-to-date." >&2 exit 1 fi |