Skip to content
Snippets Groups Projects
Commit 98f040a5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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

parents 8d493019 c5a9e3cb
No related branches found
No related tags found
No related merge requests found
Loading
@@ -56,7 +56,7 @@ class Repository
Loading
@@ -56,7 +56,7 @@ class Repository
end end
   
def path_to_repo def path_to_repo
GIT_HOST["base_path"] + path + ".git" File.join(GIT_HOST["base_path"], "#{path}.git")
end end
   
def update_repository def update_repository
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment