Commit 98f040a56f7f40613b12aebc2119bdd770ee2648

Authored by Dmitriy Zaporozhets
2 parents 8d493019 c5a9e3cb

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/repository.rb
@@ -56,7 +56,7 @@ class Repository @@ -56,7 +56,7 @@ class Repository
56 end 56 end
57 57
58 def path_to_repo 58 def path_to_repo
59 - GIT_HOST["base_path"] + path + ".git" 59 + File.join(GIT_HOST["base_path"], "#{path}.git")
60 end 60 end
61 61
62 def update_repository 62 def update_repository