diff options
author | Case Duckworth | 2022-07-23 22:50:51 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-23 22:50:51 -0500 |
commit | 0a417c3b9405ec0bd9abd49ae0c3f2f8b4911be0 (patch) | |
tree | d195e6891b536c657edff59df40d7517e3fbd325 /runsfeed | |
parent | Move style.js to its own file; clean up theme (diff) | |
download | sfeed-0a417c3b9405ec0bd9abd49ae0c3f2f8b4911be0.tar.gz sfeed-0a417c3b9405ec0bd9abd49ae0c3f2f8b4911be0.zip |
oops
Diffstat (limited to 'runsfeed')
-rwxr-xr-x | runsfeed | 2 |
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 | ||
128 | html() { | 128 | html() { |
129 | runcmd sfeed_html.sh "$@" | 129 | runcmd sfeed_html.awk "$@" |
130 | } | 130 | } |
131 | 131 | ||
132 | atom() ( # atom DIRECTORY [DAYS] | 132 | atom() ( # atom DIRECTORY [DAYS] |