From ece587fea57f28eb6b13de6bb32fbab2debb2396 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 13 Mar 2020 07:15:48 +0100 Subject: [PATCH] update: Fix. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 88cedef..02edc3f 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ git pull -if [ -d './static/images/generated/']; then +if [ -d './static/images/generated/' ]; then rm -r './static/images/generated/' fi