Merge pull request #218 from laijs/comma
Remove trailing comma in hooks json example
This commit is contained in:
commit
96cfd7c4b6
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue