From 4effd78179738ecee4de986c0d5cc05e674f5cae Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8C=BB=20detectRepository.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/detectRepository.ts | 1 + 1 file changed, 1 insertion(+) 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) } +