Skip to content

Commit e2a9918

Browse files
authored
Update command path in hooks.json
1 parent 1966e52 commit e2a9918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

continual-learning/hooks/hooks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"hooks": {
44
"stop": [
55
{
6-
"command": "bun run ./hooks/continual-learning-stop.ts"
6+
"command": "bun run ${CURSOR_PLUGIN_ROOT}/hooks/continual-learning-stop.ts"
77
}
88
]
99
}

0 commit comments

Comments
 (0)