Merge branch 'master' of dev.gitlabhq.com:gitlabhq

This commit is contained in:
Dmitriy Zaporozhets 2012-02-15 01:15:08 +02:00
commit 98f040a56f

View file

@ -56,7 +56,7 @@ class Repository
end
def path_to_repo
GIT_HOST["base_path"] + path + ".git"
File.join(GIT_HOST["base_path"], "#{path}.git")
end
def update_repository