From 25c33ca3d07944bbd2e0b3fbd642cc0164ff0f5d Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Sun, 23 Dec 2012 01:14:04 +0200
Subject: [PATCH] Fix webhook data sample

---
 app/views/hooks/_data_ex.html.erb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/views/hooks/_data_ex.html.erb b/app/views/hooks/_data_ex.html.erb
index 4d49ee2f0..246a82355 100644
--- a/app/views/hooks/_data_ex.html.erb
+++ b/app/views/hooks/_data_ex.html.erb
@@ -7,10 +7,9 @@
      :user_name => "John Smith",
     :repository => {
                :name => "Diaspora",
-                :url => "git@localhost/diaspora.git",
+                :url => "git@localhost:diaspora.git",
         :description => "",
            :homepage => "http://localhost/diaspora",
-            :private => true
     },
        :commits => [
         [0] {
-- 
2.30.9