Fix little bugs

This commit is contained in:
Andrey Kumanyaev 2013-01-23 18:14:53 +04:00 committed by Dmitriy Zaporozhets
parent 31d84d71d3
commit d721863382
3 changed files with 5 additions and 3 deletions

View file

@ -21,7 +21,7 @@ Gitlab::Application.routes.draw do
project_root: Gitlab.config.gitolite.repos_path,
upload_pack: Gitlab.config.gitolite.upload_pack,
receive_pack: Gitlab.config.gitolite.receive_pack
}), at: '/', constraints: lambda { |request| /[-\/\w\.-]+\.git\//.match(request.path_info) }
}), at: '/', constraints: lambda { |request| /[-\/\w\.]+\.git\//.match(request.path_info) }
#
# Help