Merge ddeba1eacb into 189c2b85eb
This commit is contained in:
commit
0d24d88735
|
|
@ -111,7 +111,7 @@ class CustomModuleManager {
|
|||
}
|
||||
|
||||
// SSH URL: git@host:owner/repo.git
|
||||
const sshMatch = trimmed.match(/^git@([^:]+):([^/]+)\/([^/.]+?)(?:\.git)?$/);
|
||||
const sshMatch = trimmed.match(/^git@([^:]+):(.+?)\/([^/.]+?)(?:\.git)?$/);
|
||||
if (sshMatch) {
|
||||
const [, host, owner, repo] = sshMatch;
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue