summaryrefslogtreecommitdiff
path: root/process-static
diff options
context:
space:
mode:
Diffstat (limited to 'process-static')
-rwxr-xr-xprocess-static2
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static
index 25917aa4..1c07f2be 100755
--- a/process-static
+++ b/process-static
@@ -34,7 +34,7 @@ find static_tmp -name '*.html' -exec html-minifier --collapse-whitespace \
--remove-redundant-attributes --remove-script-type-attributes \
--remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \;
-./generate_feed.py
+./generate-feed.py
for file in static_tmp/**/*.@(atom|xml); do
xmllint --noblanks "$file" --output "$file"