update
This commit is contained in:
parent
63860a9626
commit
86f28e938a
@ -6,7 +6,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh",
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh",
|
||||||
"timeout": 300
|
"timeout": 300
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/plugins/msg-notify-plugin/hooks/notify.sh",
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh",
|
||||||
"timeout": 300
|
"timeout": 300
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user