sdfsdf xcvxcvxcv

This commit is contained in:
Michael Schmidt
2023-07-10 15:42:21 +02:00
parent be5e352fa7
commit bdc764ff89
3 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ export function getFetchUrl(settings: IGitSourceSettings): string {
}
// "origin" is SCHEME://HOSTNAME[:PORT]
return `${serviceUrl.origin}${serviceUrl.pathname}${encodedOwner}/${encodedName}`
return `${serviceUrl.origin}${serviceUrl.pathname}/${encodedOwner}/${encodedName}`
}
export function getServerUrl(): URL {