fix(create-repo): update error message

This commit is contained in:
lyn
2026-04-01 00:43:33 +00:00
parent 38f5a52a14
commit 32332bea41

View File

@@ -5,7 +5,7 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
if [[ -z "${AGENT_WORKSPACE:-}" ]]; then if [[ -z "${AGENT_WORKSPACE:-}" ]]; then
echo "Error: AGENT_WORKSPACE environment variable is not set" echo "Error: script must be executed by pcexec"
exit 1 exit 1
fi fi