Fix webhook data sample
This commit is contained in:
parent
3ff131a747
commit
25c33ca3d0
1 changed files with 1 additions and 2 deletions
|
@ -7,10 +7,9 @@
|
||||||
:user_name => "John Smith",
|
:user_name => "John Smith",
|
||||||
:repository => {
|
:repository => {
|
||||||
:name => "Diaspora",
|
:name => "Diaspora",
|
||||||
:url => "git@localhost/diaspora.git",
|
:url => "git@localhost:diaspora.git",
|
||||||
:description => "",
|
:description => "",
|
||||||
:homepage => "http://localhost/diaspora",
|
:homepage => "http://localhost/diaspora",
|
||||||
:private => true
|
|
||||||
},
|
},
|
||||||
:commits => [
|
:commits => [
|
||||||
[0] {
|
[0] {
|
||||||
|
|
Loading…
Reference in a new issue