From 150998723da39b9812facee0b2efa60ba630dd87 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 9 Jul 2026 11:03:32 +0900 Subject: [PATCH] Fix windows captainhook --- captainhook.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captainhook.json b/captainhook.json index 1057cb29..cd718dbe 100644 --- a/captainhook.json +++ b/captainhook.json @@ -20,7 +20,7 @@ ] }, { - "action": "bin/spc dev:lint-config --check", + "action": "php bin/spc dev:lint-config --check", "conditions": [ { "exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\InDirectory",