Skip to content

Commit 42ee76e

Browse files
authored
fix(claude): correct hook schema in settings.json (#677)
1 parent 0543142 commit 42ee76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"PreToolUse": [
44
{
55
"matcher": "Bash",
6-
"hooks": [".claude/hooks/check-ai-docs-drift.sh"]
6+
"hooks": [{"type": "command", "command": ".claude/hooks/check-ai-docs-drift.sh"}]
77
}
88
]
99
}

0 commit comments

Comments
 (0)