diff --git a/blog-refresh.sh b/blog-refresh.sh index 15469b3..b22d525 100755 --- a/blog-refresh.sh +++ b/blog-refresh.sh @@ -43,7 +43,7 @@ if has_updates; then ls -ltu src/*.md | tail -n+1 | while read f; do create_entry $f; done html_entry "legacy" "before 2020" "Older posts" output '' - output "" + output "" # Human-readable output for the cron notification echo 'Updated blog to:' git log -1