Skip to content

Commit 96cfd7c

Browse files
author
Mrunal Patel
committed
Merge pull request #218 from laijs/comma
Remove trailing comma in hooks json example
2 parents a4db8e9 + c619553 commit 96cfd7c

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)