From db59b5437f289b58c6319aaf216bafe9af84a5c3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 3 May 2021 10:06:58 +0100 Subject: fix --- buetow.org.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buetow.org.sh') diff --git a/buetow.org.sh b/buetow.org.sh index b18620ab..d8ead249 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -93,7 +93,7 @@ ATOMENTRY ATOMFOOTER # Delete the 3rd line of the atom feeds (global feed update timestamp) - if diff -u <(sed 3d "$atom_file.tmp") <(sed 3d "$atom_file"); then + if ! diff -u <(sed 3d "$atom_file.tmp") <(sed 3d "$atom_file"); then echo "Feed got something new!" mv "$atom_file.tmp" "$atom_file" git add "$atom_file" -- cgit v1.2.3