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