Cosmetic changes

pull/87/head
alex 2023-06-28 22:32:44 +02:00
parent bc98aa2fa2
commit 2b5ddcd72b
1 changed files with 1 additions and 1 deletions

View File

@ -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)