mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Brain fart
This commit is contained in:
parent
a00ff6df4d
commit
4dc4e76883
1 changed files with 1 additions and 1 deletions
|
@ -2265,7 +2265,7 @@ export async function isGitHubHost(url: string) {
|
||||||
|
|
||||||
// bitbucket.example.com, etc
|
// bitbucket.example.com, etc
|
||||||
if (/(^|\.)(bitbucket|gitlab)\./.test(hostname)) {
|
if (/(^|\.)(bitbucket|gitlab)\./.test(hostname)) {
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getEndpointVersion(endpoint) !== null) {
|
if (getEndpointVersion(endpoint) !== null) {
|
||||||
|
|
Loading…
Reference in a new issue