diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-12 18:57:01 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-12 18:57:01 +0200 |
commit | 233599a84f1092ecdde191d1149b3f7b0e19dc54 (patch) | |
tree | 4dd74b980963c83cec7ce135e2171e652aeccc55 /sfeed_update | |
parent | b2a2480d982a76971dabb7b17177b4748b25c63f (diff) |
sfeed_update: cleanup proper encoding file (if any)
Diffstat (limited to 'sfeed_update')
-rwxr-xr-x | sfeed_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update index 307d264..43677ae 100755 --- a/sfeed_update +++ b/sfeed_update @@ -110,7 +110,7 @@ feed() { log "${name}" "FAIL (CONVERT)" return fi - rm -f "${tmpfeedfile}.enc" + rm -f "${tmpfeedfile}.utf8" if ! filter "${name}" < "${tmpfeedfile}.tsv" > "${tmpfeedfile}.filter"; then log "${name}" "FAIL (FILTER)" |