From 7694f758815205dc5d4e561204c5c6db290adb48 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 5 Mar 2026 13:32:44 -0500 Subject: [PATCH] ci: format --- config/claude/hooks/guard.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/config/claude/hooks/guard.sh b/config/claude/hooks/guard.sh index ddfcad8..e3a0acf 100755 --- a/config/claude/hooks/guard.sh +++ b/config/claude/hooks/guard.sh @@ -9,7 +9,6 @@ if printf '%s' "$CMD" | grep -qE '\bgh\b.*\s(-R|--repo)\b'; then exit 2 fi - if printf '%s' "$CMD" | grep -qE '\bgit\s+push\b'; then BRANCH=$(git branch --show-current 2>/dev/null || true) if [ "$BRANCH" = "main" ] || [ "$BRANCH" = "master" ]; then