summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-05-12 18:57:01 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-05-12 18:57:01 +0200
commit233599a84f1092ecdde191d1149b3f7b0e19dc54 (patch)
tree4dd74b980963c83cec7ce135e2171e652aeccc55 /sfeed_update
parentb2a2480d982a76971dabb7b17177b4748b25c63f (diff)
sfeed_update: cleanup proper encoding file (if any)
Diffstat (limited to 'sfeed_update')
-rwxr-xr-xsfeed_update2
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)"