Merge pull request #337 from UncleMike1988/fix/path-quoting-spaces

Fix path-quoting in SessionStart check-config hook (handles spaces in…
This commit is contained in:
Trevin Chow
2026-05-17 00:20:09 -07:00
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@
"hooks": [ "hooks": [
{ {
"type": "command", "type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/check-config.sh", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/check-config.sh\"",
"timeout": 5 "timeout": 5
} }
] ]