projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
751f3c7
)
removed unneeded parameter
author
MatthewOwens
<matthew@owens.tech>
Sun, 19 Jul 2020 12:48:55 +0000
(13:48 +0100)
committer
MatthewOwens
<matthew@owens.tech>
Sun, 19 Jul 2020 12:48:55 +0000
(13:48 +0100)
scripts/gen_feed.sh
patch
|
blob
|
history
diff --git
a/scripts/gen_feed.sh
b/scripts/gen_feed.sh
index
ac8867b
..
5ca1292
100755
(executable)
--- a/
scripts/gen_feed.sh
+++ b/
scripts/gen_feed.sh
@@
-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'