summaryrefslogtreecommitdiff
path: root/atom.xml.sh
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-01-06 17:30:29 +0100
committerAki <please@ignore.pl>2024-01-06 17:31:25 +0100
commit95e76a8f5a7670460a2b82e48386804cfb3c830e (patch)
treeb2c148e6ad827a60c82a87083e06a3294fbb0d23 /atom.xml.sh
parentc03ea42958c2f32a95f25e90e56fcc1116832a90 (diff)
downloadignore.pl-95e76a8f5a7670460a2b82e48386804cfb3c830e.zip
ignore.pl-95e76a8f5a7670460a2b82e48386804cfb3c830e.tar.gz
ignore.pl-95e76a8f5a7670460a2b82e48386804cfb3c830e.tar.bz2
Added troubleshooting part to nodemcu v3
Diffstat (limited to 'atom.xml.sh')
-rwxr-xr-xatom.xml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom.xml.sh b/atom.xml.sh
index 4022604..978fbda 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-30 03:30+01:00" -1 --no-commit-header --pretty=%aI HEAD -- "$1")
+ local modified=$(git rev-list --after="2024-01-06 18: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>"