From 65a463de903199be2ca389b467331a66c7851883 Mon Sep 17 00:00:00 2001 From: Bill Date: Sat, 31 Dec 2022 21:21:07 -0500 Subject: Actually publish feed now! Uncomment out feed publish --- update-feed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-feed.sh b/update-feed.sh index 2061cd4..5b0785b 100755 --- a/update-feed.sh +++ b/update-feed.sh @@ -73,7 +73,7 @@ cat -s $FILE_RSS_FOOTER >> $FILE_TMP_FEED echo $FILE_TMP_FEED # Publish feed -# cat -s $FILE_TMP_FEED > $FILE_RSS_OUTPUT +cat -s $FILE_TMP_FEED > $FILE_RSS_OUTPUT echo "Finished generating feed" -- cgit v1.2.3-54-g00ecf