mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-02 20:59:45 +01:00
Remove delimiters from repository regex
This commit is contained in:
@@ -25,7 +25,7 @@ class Routing
|
||||
},
|
||||
$this->app['git']->getRepositories($this->app['git.repos'])
|
||||
);
|
||||
$regex = '/' . implode('|', $quoted_paths) . '/';
|
||||
$regex = implode('|', $quoted_paths);
|
||||
}
|
||||
|
||||
return $regex;
|
||||
|
||||
Reference in New Issue
Block a user