fix syntax

This commit is contained in:
George Liu 2025-07-16 04:44:02 +10:00
parent 7088f23061
commit 7c430adfc4

View File

@ -7,7 +7,7 @@
"hooks": [ "hooks": [
{ {
"type": "command", "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"
} }
] ]
} }