diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-07 13:05:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-07 13:05:37 +0900 |
| commit | 0a1e38f4ebf71cac9edc228699f70a50919ffffc (patch) | |
| tree | 4fed8614fd18d93a02dc10c730efccb11903c66e | |
| parent | 915e8964bbcf89822e03153024fd30eb0119e01e (diff) | |
| download | dotfiles-0a1e38f4ebf71cac9edc228699f70a50919ffffc.tar.gz dotfiles-0a1e38f4ebf71cac9edc228699f70a50919ffffc.tar.zst dotfiles-0a1e38f4ebf71cac9edc228699f70a50919ffffc.zip | |
clade-code: fix __claude-code-notify
| -rwxr-xr-x | bin/__claude-code-notify | 2 |
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 |
