From 49f8f5cb6701d1afbba9529459a3a3ee35419f3e Mon Sep 17 00:00:00 2001 From: hyeonggil <> Date: Sun, 15 Mar 2026 15:14:06 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20hooks=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20=EB=AA=85=EB=A0=B9=EC=96=B4=EB=A5=BC=20PowerShell?= =?UTF-8?q?=EC=97=90=EC=84=9C=20bash=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 027488f..6ab1e15 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -12,7 +12,7 @@ "hooks": [ { "type": "command", - "command": "powershell -ExecutionPolicy Bypass -File \"$CLAUDE_PROJECT_DIR/.claude/hooks/notification-hook.sh\"" + "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/notification-hook.sh\"" } ] } @@ -23,7 +23,7 @@ "hooks": [ { "type": "command", - "command": "powershell -ExecutionPolicy Bypass -File \"$CLAUDE_PROJECT_DIR/.claude/hooks/stop-hook.sh\"" + "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/stop-hook.sh\"" } ] }