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