From 3d9933fd52878cdd1992a65e17cb7cb5aa1cdf8f Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis Date: Sun, 11 Jan 2026 00:15:10 +0100 Subject: [PATCH] Fix typo: use REPO_PATH instead of REPO_NAME Co-Authored-By: Claude Opus 4.5 --- commands/spawn-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/spawn-issues.md b/commands/spawn-issues.md index 4c2a150..1cbfca6 100644 --- a/commands/spawn-issues.md +++ b/commands/spawn-issues.md @@ -67,7 +67,7 @@ Example: /spawn-issues 42 43 44 ```bash REPO_PATH=$(pwd) -REPO_NAME=$(basename $REPO_NAME) +REPO_NAME=$(basename $REPO_PATH) # Create parent worktrees directory mkdir -p "${REPO_PATH}/../worktrees"