diff --git a/claude-hooks.json b/claude-hooks.json index 6e9f58d..16ed257 100644 --- a/claude-hooks.json +++ b/claude-hooks.json @@ -6,7 +6,7 @@ "hooks": [ { "type": "command", - "command": "node /Users/jessytsui/dev/Claude-Code-Remote/claude-hook-notify.js completed", + "command": "node /Users/path/to/Claude-Code-Remote/claude-hook-notify.js completed", "timeout": 5 } ] @@ -18,11 +18,11 @@ "hooks": [ { "type": "command", - "command": "node /Users/jessytsui/dev/Claude-Code-Remote/claude-hook-notify.js waiting", + "command": "node /Users/path/to/Claude-Code-Remote/claude-hook-notify.js waiting", "timeout": 5 } ] } ] } -} \ No newline at end of file +}