diff options
Diffstat (limited to 'bin/__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 2d76b99..60d3454 100755 --- a/bin/__claude-code-notify +++ b/bin/__claude-code-notify @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash message="$(jq -r '.message // "Task completed"')" if [ "$(uname)" = "Darwin" ]; then |
