From: Jean-Philippe Lang Date: Wed, 17 Sep 2008 19:38:20 +0000 (+0000) Subject: Slight change on git repository creation command. X-Git-Tag: 0.8.0-RC1~216 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=710ac5344d80fe669620021b47050cccb5d95415;p=redmine.git Slight change on git repository creation command. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1876 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb index 8640612c3..7bf8e3634 100755 --- a/extra/svn/reposman.rb +++ b/extra/svn/reposman.rb @@ -113,7 +113,7 @@ module SCM Dir.mkdir path Dir.chdir(path) do system_or_raise "git --bare init --shared" - system_or_raise "git-update-server-info" + system_or_raise "git update-server-info" end end end