Commit 25c33ca3d07944bbd2e0b3fbd642cc0164ff0f5d
1 parent
3ff131a7
Exists in
master
and in
4 other branches
Fix webhook data sample
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
app/views/hooks/_data_ex.html.erb
| ... | ... | @@ -7,10 +7,9 @@ |
| 7 | 7 | :user_name => "John Smith", |
| 8 | 8 | :repository => { |
| 9 | 9 | :name => "Diaspora", |
| 10 | - :url => "git@localhost/diaspora.git", | |
| 10 | + :url => "git@localhost:diaspora.git", | |
| 11 | 11 | :description => "", |
| 12 | 12 | :homepage => "http://localhost/diaspora", |
| 13 | - :private => true | |
| 14 | 13 | }, |
| 15 | 14 | :commits => [ |
| 16 | 15 | [0] { | ... | ... |