diff --git a/bin/gh-webhooks b/bin/gh-webhooks index d8399418..654b5570 100755 --- a/bin/gh-webhooks +++ b/bin/gh-webhooks @@ -8,10 +8,10 @@ set -euo pipefail # gh-webhooks status — show current webhook state per repo # gh-webhooks diff — show what sync would change # -# Config: $MYFILES/github/webhooks.json +# Config: $MYFILES/github/webhooks/webhooks.json MYFILES="${HOME}/.myfiles" -CONFIG="${MYFILES}/github/webhooks.json" +CONFIG="${MYFILES}/github/webhooks/webhooks.json" if [[ ! -f "$CONFIG" ]]; then echo "gh-webhooks: config not found: $CONFIG" >&2