From f504cd34ffe93399f4cfeace29e7c51a377ab2d2 Mon Sep 17 00:00:00 2001 From: Lucy Date: Fri, 17 Jul 2020 14:34:06 +0200 Subject: [PATCH] forgot to uncomment that again --- blog-refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-refresh.sh b/blog-refresh.sh index 658c483..9baa3d7 100755 --- a/blog-refresh.sh +++ b/blog-refresh.sh @@ -90,7 +90,7 @@ has_updates() { fi } -#cd /home/lucy/blog-content/ +cd /home/lucy/blog-content/ rm -R dist/* rsync --delete -avxt static/ dist/ add_header