Fix typo: use REPO_PATH instead of REPO_NAME

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit was merged in pull request #88.
This commit is contained in:
2026-01-11 00:15:10 +01:00
parent 81c2a90ce1
commit 3d9933fd52

View File

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