Skip to content

Commit 1499baa

Browse files
committed
Fix paths and status line
Copied changes from GitLab
1 parent 30e09c6 commit 1499baa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,18 @@
173173
"PreToolUse": [
174174
{
175175
"matcher": "Bash",
176-
"hooks": [{"type": "command", "command": ".claude/hooks/validate-bash-command.sh"}]
176+
"hooks": [{"type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/validate-bash-command.sh"}]
177177
}
178178
],
179179
"PostToolUse": [
180180
{
181181
"matcher": "*",
182-
"hooks": [{"type": "command", "command": ".claude/hooks/audit-log.sh"}]
182+
"hooks": [{"type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/audit-log.sh"}]
183183
}
184184
]
185185
},
186186
"statusLine": {
187187
"type": "command",
188-
"command": ".claude/statusline.sh"
188+
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/statusline.sh"
189189
}
190190
}

0 commit comments

Comments
 (0)