Remove trailing comma in hooks json example

see also #196

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan 2015-10-07 16:49:29 +08:00
parent 3633d035e8
commit c619553ce7
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ If a hook returns a non-zero exit code, then an error is logged and the remainin
],
"poststart": [
{
"path": "/usr/bin/notify-start",
},
"path": "/usr/bin/notify-start"
}
],
"poststop": [
{