mirror of
https://github.com/caprover/caprover
synced 2026-05-04 02:30:30 +00:00
fix: allow dot in repo name
This commit is contained in:
@@ -18,7 +18,7 @@ export default class GitHelper {
|
||||
/(?<domain>[^\s\/\?#:]+)/,
|
||||
/(?::(?<port>[0-9]{1,5}))?/,
|
||||
/(?:[\/:](?<owner>[^\s\/\?#:]+))?/,
|
||||
/(?:[\/:](?<repo>[^\s\/\?#:.]+))/,
|
||||
/(?:[\/:](?<repo>(?:[^\s\/\?#:.]|\.(?!git))+))/,
|
||||
/(?:.git)?\/?\s*$/,
|
||||
]
|
||||
.map((r) => r.source)
|
||||
|
||||
Reference in New Issue
Block a user