Merge branch 'master' of dev.gitlabhq.com:gitlabhq
This commit is contained in:
commit
98f040a56f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue