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:
@@ -67,7 +67,7 @@ Example: /spawn-issues 42 43 44
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
REPO_PATH=$(pwd)
|
REPO_PATH=$(pwd)
|
||||||
REPO_NAME=$(basename $REPO_NAME)
|
REPO_NAME=$(basename $REPO_PATH)
|
||||||
|
|
||||||
# Create parent worktrees directory
|
# Create parent worktrees directory
|
||||||
mkdir -p "${REPO_PATH}/../worktrees"
|
mkdir -p "${REPO_PATH}/../worktrees"
|
||||||
|
|||||||
Reference in New Issue
Block a user