Skip to content

Commit c619553

Browse files
committed
Remove trailing comma in hooks json example
see also #196 Signed-off-by: Lai Jiangshan <[email protected]>
1 parent 3633d03 commit c619553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ If a hook returns a non-zero exit code, then an error is logged and the remainin
5252
],
5353
"poststart": [
5454
{
55-
"path": "/usr/bin/notify-start",
56-
},
55+
"path": "/usr/bin/notify-start"
56+
}
5757
],
5858
"poststop": [
5959
{

0 commit comments

Comments
 (0)