diff --git a/src/utils/detectRepository.ts b/src/utils/detectRepository.ts index 88236aa..aab7181 100644 --- a/src/utils/detectRepository.ts +++ b/src/utils/detectRepository.ts @@ -176,3 +176,4 @@ function looksLikeRealHostname(host: string): boolean { // contains a hyphen. return /^[a-zA-Z]+$/.test(lastSegment) } +