From 895d92139baacfa71285e9cabe88a1330a6ca50d Mon Sep 17 00:00:00 2001 From: William Floyd Date: Fri, 13 Mar 2020 04:45:43 +0100 Subject: [PATCH] update: Fix... --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index d5bc979..3d0ae6e 100755 --- a/update.sh +++ b/update.sh @@ -3,7 +3,7 @@ git pull find src -iname '*.sh' | while read -r __file; do - time ./${1} + time ./${__file} done HUGO_ENV=production hugo --gc --minify