Commit 710ac534 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Slight change on git repository creation command.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1876 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 36aeeb99
......@@ -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
......
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