From 20c6b67a5393da9331f1b43b5218b29c4d7af515 Mon Sep 17 00:00:00 2001 From: JessyTsui <51992423+JessyTsui@users.noreply.github.com> Date: Sat, 2 Aug 2025 04:33:18 +0800 Subject: [PATCH] Update claude-hooks.json --- claude-hooks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}