提交 c5a9e3cb 编写于 作者: V Valery Sizov

Bug#326: Always empty repositories if trailing slash is missed in base_path

上级 ef396d08
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册