From 32332bea41a13a8cdf489c27ae95fc8ad19f6328 Mon Sep 17 00:00:00 2001 From: lyn Date: Wed, 1 Apr 2026 00:43:33 +0000 Subject: [PATCH] fix(create-repo): update error message --- git-hangman-lab/scripts/create-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hangman-lab/scripts/create-repo b/git-hangman-lab/scripts/create-repo index e9595cb..b2f9adf 100755 --- a/git-hangman-lab/scripts/create-repo +++ b/git-hangman-lab/scripts/create-repo @@ -5,7 +5,7 @@ set -euo pipefail SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" if [[ -z "${AGENT_WORKSPACE:-}" ]]; then - echo "Error: AGENT_WORKSPACE environment variable is not set" + echo "Error: script must be executed by pcexec" exit 1 fi