From e7d88757975a275f7bab7ffe7dc27deaeb4d56f4 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 22 Jan 2015 10:43:30 -0800 Subject: [PATCH] Use dashless form for git update-server-info --- gitosis/templates/admin/hooks/post-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitosis/templates/admin/hooks/post-update b/gitosis/templates/admin/hooks/post-update index 704ecb2..e09b97b 100755 --- a/gitosis/templates/admin/hooks/post-update +++ b/gitosis/templates/admin/hooks/post-update @@ -1,4 +1,4 @@ #!/bin/sh set -e gitosis-run-hook post-update -git-update-server-info +git update-server-info