diff options
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 5eb2e36..d2f2491 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="2024-01-10 02:00+01:00" -1 --no-commit-header --pretty=%aI HEAD -- "$1") + local modified=$(git rev-list --after="2024-01-23 02:00+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>" |