Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 71dbd23

Browse files
authored
repo moved
1 parent 1710bdc commit 71dbd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prompts/project/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# Syncs team collaboration patterns from GitHub to .socratic-shell/
66
# Usage: curl https://raw.githubusercontent.com/nikomatsakis/socratic-shell/main/src/prompts/project/install.sh | bash
77

8-
REPO_OWNER="nikomatsakis"
8+
REPO_OWNER="socratic-shell"
99
REPO_NAME="socratic-shell"
1010
TARGET_DIR=".socratic-shell"
1111
STAMP_FILE="$TARGET_DIR/.commit-stamp"
@@ -153,4 +153,4 @@ if [[ ${#conflicts[@]} -gt 0 ]]; then
153153
fi
154154
echo ""
155155
echo "Add to your project's CLAUDE.md:"
156-
echo " @.socratic-shell/README.md"
156+
echo " @.socratic-shell/README.md"

0 commit comments

Comments
 (0)