Updating path for cloned repo

This commit is contained in:
2026-05-07 23:43:48 -07:00
parent b36bae214c
commit 469663dc3e
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ Add this to `~/.claude/settings.json` (merge with any existing content). Command
"hooks": [
{
"type": "command",
"command": "git -C \"$HOME/repos/AI\" pull --quiet --ff-only 2>/dev/null; true",
"command": "git -C \"$HOME/AI\" pull --quiet --ff-only 2>/dev/null; true",
"async": true,
"statusMessage": "Syncing preferences..."
}
@@ -100,7 +100,7 @@ Add this to `~/.claude/settings.json` (merge with any existing content). Command
"hooks": [
{
"type": "command",
"command": "powershell -NonInteractive -Command \"git -C C:\\repos\\AI pull --quiet --ff-only 2>$null\"",
"command": "powershell -NonInteractive -Command \"git -C C:\\AI pull --quiet --ff-only 2>$null\"",
"async": true,
"statusMessage": "Syncing preferences..."
}