removed unneeded parameter
authorMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 12:48:55 +0000 (13:48 +0100)
committerMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 12:48:55 +0000 (13:48 +0100)
scripts/gen_feed.sh

index ac8867b..5ca1292 100755 (executable)
@@ -13,7 +13,7 @@ printf '\t<atom:link href="https://owens.tech/rss.xml" rel="self" type="applicat
 # generate
 
 printf '\n\n'
-find posts/ -type f -exec sh -c "scripts/gen_feed_item.sh {} $1" \;
+find posts/ -type f -exec sh -c "scripts/gen_feed_item.sh {}" \;
 printf '\n\n'
 
 printf '</channel>\n'