Skip to content

Commit 6386aa8

Browse files
authored
fix(docs): Rust agent example JSON invalid (#2488)
1 parent 3b35285 commit 6386aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/agent-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@ Here's a complete example of an agent configuration file:
284284
"hooks": {
285285
"agentSpawn": [
286286
{
287-
"command": "git status",
287+
"command": "git status"
288288
}
289289
],
290290
"userPromptSubmit": [
291291
{
292-
"command": "ls -la",
292+
"command": "ls -la"
293293
}
294294
]
295295
},

0 commit comments

Comments
 (0)