summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill <bill@billserver.senders.io>2022-12-31 21:21:07 -0500
committerBill <bill@billserver.senders.io>2022-12-31 21:21:07 -0500
commit65a463de903199be2ca389b467331a66c7851883 (patch)
treefe66fb8134981e2775fc5a8db87edc786241a726
parentb5b85066bc8bfa6db6eaa33e3f14c0eaafafe5af (diff)
Actually publish feed now!
Uncomment out feed publish
-rwxr-xr-xupdate-feed.sh2
1 files changed, 1 insertions, 1 deletions
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"