about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-23 22:50:51 -0500
committerCase Duckworth2022-07-23 22:50:51 -0500
commit0a417c3b9405ec0bd9abd49ae0c3f2f8b4911be0 (patch)
treed195e6891b536c657edff59df40d7517e3fbd325
parentMove style.js to its own file; clean up theme (diff)
downloadsfeed-0a417c3b9405ec0bd9abd49ae0c3f2f8b4911be0.tar.gz
sfeed-0a417c3b9405ec0bd9abd49ae0c3f2f8b4911be0.zip
oops
-rwxr-xr-xrunsfeed2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsfeed b/runsfeed index 9057750..1c719e9 100755 --- a/runsfeed +++ b/runsfeed
@@ -126,7 +126,7 @@ opml() {
126} 126}
127 127
128html() { 128html() {
129 runcmd sfeed_html.sh "$@" 129 runcmd sfeed_html.awk "$@"
130} 130}
131 131
132atom() ( # atom DIRECTORY [DAYS] 132atom() ( # atom DIRECTORY [DAYS]