From 86f28e938ab529c803b7e44dc0bb9ef4bf47e7dd Mon Sep 17 00:00:00 2001 From: kz777 Date: Thu, 29 Jan 2026 14:50:44 +0800 Subject: [PATCH] update --- config/hook.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hook.json b/config/hook.json index 542f0d5..46fc2a8 100644 --- a/config/hook.json +++ b/config/hook.json @@ -6,7 +6,7 @@ "hooks": [ { "type": "command", - "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh", "timeout": 300 } ] @@ -18,7 +18,7 @@ "hooks": [ { "type": "command", - "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh", "timeout": 300 } ]