spelling fix

This commit is contained in:
Lucas Armand
2025-10-15 15:09:34 -07:00
parent d8f51a2edc
commit a7617162a7
+1 -1
View File
@@ -3,7 +3,7 @@
set -e -o pipefail
WORKSPACE_DIR="${WORKSPACE_DIR:-/workspace}"
SERVER_DIR="$WORKSAPCE_DIR/worker"
SERVER_DIR="$WORKSPACE_DIR/worker"
ENV_PATH="$WORKSPACE_DIR/worker-env"
DEBUG_LOG="$WORKSPACE_DIR/debug.log"
PYWORKER_LOG="$WORKSPACE_DIR/pyworker.log"