Commit 25c33ca3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix webhook data sample

parent 3ff131a7
...@@ -7,10 +7,9 @@ ...@@ -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] {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment