From 2b5ddcd72b23a33776d572255ebaca2cd6eec537 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 28 Jun 2023 22:32:44 +0200 Subject: [PATCH] Cosmetic changes --- auto_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_build.sh b/auto_build.sh index a24e08d..a11ff33 100755 --- a/auto_build.sh +++ b/auto_build.sh @@ -91,7 +91,7 @@ latest_remote_sha () { # do the build build_page() { # sync logo with spaceapi - "python3" "$CLONE_DIR""/spaceapi.py" "$CLONE_DIR" + ./spaceapi.py "$CLONE_DIR" TMPDIR=$(mktemp -d -t hugo_build_XXXXX)