Skip to content

Commit 96b424d

Browse files
committed
chore: fix settings
1 parent 9f4fc97 commit 96b424d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"PostToolUse": [
2222
{
2323
"matcher": "TaskUpdate",
24-
"command": "bash hooks/acceptance-gate.sh"
24+
"hooks": [
25+
{ "type": "command", "command": "bash hooks/acceptance-gate.sh" }
26+
]
2527
}
2628
]
2729
}

0 commit comments

Comments
 (0)