diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-17 19:38:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-17 19:38:20 +0000 |
commit | 710ac5344d80fe669620021b47050cccb5d95415 (patch) | |
tree | 1f8f452fa7080749a49f9a013c49796a2e7d9fd6 /extra | |
parent | 36aeeb99d901bc9ce9736b1535f7c89880c7b6e7 (diff) | |
download | redmine-710ac5344d80fe669620021b47050cccb5d95415.tar.gz redmine-710ac5344d80fe669620021b47050cccb5d95415.zip |
Slight change on git repository creation command.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1876 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/svn/reposman.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |