Commit 82e2551833e7d9fd704a29a022fee0ac2ba18b2f

Authored by Saito
1 parent aefe4dc3

dot needs a escape.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/routes.rb
... ... @@ -14,7 +14,7 @@ Gitlab::Application.routes.draw do
14 14 project_root: GIT_HOST['base_path'],
15 15 upload_pack: GIT_HOST['upload_pack'],
16 16 receive_pack: GIT_HOST['receive_pack']
17   - }), at: '/:path', constraints: { path: /[\w-]+.git*/ }
  17 + }), at: '/:path', constraints: { path: /[\w-]+\.git/ }
18 18  
19 19 #
20 20 # Help
... ...