Skip to content

Commit 4245476

Browse files
committed
fix(codex): invoke Windows hook command through PowerShell
1 parent bfa3e41 commit 4245476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/hooks-codex.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": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
9+
"command": "& \"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex",
1010
"async": false
1111
}
1212
]

0 commit comments

Comments
 (0)