diff options
author | Aki <please@ignore.pl> | 2023-12-30 03:02:56 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-12-30 03:02:56 +0100 |
commit | b334c0b6bcf520ff20ab2a3192b56304c6ffb306 (patch) | |
tree | 025843b261791ebdb191a357777396e4a06b0d8f /atom.xml.sh | |
parent | 178348d704a6186d8ed0485b7909ee9bd5b9ff9d (diff) | |
download | ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.zip ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.tar.gz ignore.pl-b334c0b6bcf520ff20ab2a3192b56304c6ffb306.tar.bz2 |
Date and post headers styles changed
Diffstat (limited to 'atom.xml.sh')
-rwxr-xr-x | atom.xml.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atom.xml.sh b/atom.xml.sh index f478cfd..4022604 100755 --- a/atom.xml.sh +++ b/atom.xml.sh @@ -14,7 +14,7 @@ dates () { if [ -z "$published" ]; then published=$(git rev-list --no-commit-header --pretty=%aI HEAD -- "$1" | tail -n1) fi - local modified=$(git rev-list --after="2023-12-27 00:45+01:00" -1 --no-commit-header --pretty=%aI HEAD -- "$1") + local modified=$(git rev-list --after="2023-12-30 03:30+01:00" -1 --no-commit-header --pretty=%aI HEAD -- "$1") [ -z "$modified" ] && modified=$(meta "last-modified-on" "$1") [ -z "$modified" ] && modified=$published echo "<updated>$modified</updated>" |