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

Commit ca3d253

Browse files
authored
Merge pull request #12 from reedwoodruff/main
small script directory fix
2 parents fc1b3fe + d099114 commit ca3d253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prompts/user/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# It will add imports to ~/.claude/CLAUDE.md that reference this repo's patterns
77

88
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
9-
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
9+
REPO_ROOT="$(cd "$SCRIPT_DIR/../../.." && pwd)"
1010
CLAUDE_DIR="$HOME/.claude"
1111
CLAUDE_FILE="$CLAUDE_DIR/CLAUDE.md"
1212

@@ -40,4 +40,4 @@ echo ""
4040
echo "The following import was added:"
4141
echo " @$REPO_ROOT/src/prompts/user/main.md"
4242
echo ""
43-
echo "To uninstall, remove the socratic-shell lines from $CLAUDE_FILE"
43+
echo "To uninstall, remove the socratic-shell lines from $CLAUDE_FILE"

0 commit comments

Comments
 (0)