Fixed invalid JSON in first JSON Example line 27
This commit is contained in:
parent
f603f3b30b
commit
96fb81ee38
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ X-Gitlab-Event: Push Hook
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jordi Mallach",
|
"name": "Jordi Mallach",
|
||||||
"email": "jordi@softcatala.org"
|
"email": "jordi@softcatala.org"
|
||||||
}
|
},
|
||||||
"added": ["CHANGELOG"],
|
"added": ["CHANGELOG"],
|
||||||
"modified": ["app/controller/application.rb"],
|
"modified": ["app/controller/application.rb"],
|
||||||
"removed": []
|
"removed": []
|
||||||
|
|
Loading…
Reference in a new issue