aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/__claude-code-notify2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/__claude-code-notify b/bin/__claude-code-notify
index 7728ab4..a1bdec8 100755
--- a/bin/__claude-code-notify
+++ b/bin/__claude-code-notify
@@ -11,7 +11,7 @@ if [ "$(uname)" = "Darwin" ]; then
-e 'on run argv' \
-e 'display notification (item 1 of argv) with title (item 2 of argv) sound name (item 3 of argv)' \
-e 'end run' \
- $message "Claude Code" $sound
+ "$message" "Claude Code" "$sound"
else
notify-send "Claude Code" "$message"
fi