From 7088f230613f7204d8fd69c4d1865b89559cf531 Mon Sep 17 00:00:00 2001 From: George Liu Date: Wed, 16 Jul 2025 04:39:12 +1000 Subject: [PATCH] fix hook syntax --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 47473af..cdd8d35 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -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" } ] }