diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-09 18:58:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-09 18:58:16 +0900 |
| commit | 0aae4ca939350f84bdafc960c89b0ac276eb51ec (patch) | |
| tree | 9a3ba929b83e47fbd3dd0966b95cd3ab8ef5ba6a /bin | |
| parent | 9d7c29dbb9bab86e05f0a5d240e56e832942e9eb (diff) | |
| download | dotfiles-0aae4ca939350f84bdafc960c89b0ac276eb51ec.tar.gz dotfiles-0aae4ca939350f84bdafc960c89b0ac276eb51ec.tar.zst dotfiles-0aae4ca939350f84bdafc960c89b0ac276eb51ec.zip | |
clade-code: fix __claude-code-notify
Diffstat (limited to 'bin')
| -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 a1bdec8..1495698 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 |
