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