fix hook syntax

This commit is contained in:
George Liu
2025-07-16 04:39:12 +10:00
parent 55da1e2fc4
commit 7088f23061

View File

@@ -7,7 +7,7 @@
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title 'Claude Code' -subtitle 'Session Complete' -message \"Finished working in $(basename \"$PWD\")\" -sound default -timeout 10"
"command": "terminal-notifier -title 'Claude Code' -subtitle 'Session Complete' -message \"Finished working in $(basename '$PWD')\" -sound default -timeout 10"
}
]
}