Fix install source to match uncle6me-web repo
install.sh REPO_URL and README install commands were hardcoded to richblack/system-dev-template while this repo lives at uncle6me-web/system-dev-template. The mismatch made the installer pull executable config (.claude/commands/*.md) from a different repo name than the one users name, which the classifier blocks. Point all sources at uncle6me-web so the install source matches the repo name. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
REPO_URL="https://raw.githubusercontent.com/richblack/system-dev-template/main/template"
|
||||
REPO_URL="https://raw.githubusercontent.com/uncle6me-web/system-dev-template/main/template"
|
||||
CREATED=()
|
||||
SKIPPED=()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user