Skip to content

Commit 7edb067

Browse files
committed
fix the SessionEnd hook command
1 parent de7af7a commit 7edb067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canvas-plugin-assistant/hooks/hooks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hooks": [
77
{
88
"type": "command",
9-
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/session_end_orchestrator.py"
9+
"command": "uv run ${CLAUDE_PLUGIN_ROOT}/scripts/session_end_orchestrator.py"
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)