summaryrefslogtreecommitdiff
path: root/update-feed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update-feed.sh')
-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"