dcfsdfsdf

This commit is contained in:
Michael Schmidt
2023-07-10 14:28:18 +02:00
parent 7892dca28d
commit f863e5cf3d
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ export function getFetchUrl(settings: IGitSourceSettings): string {
const encodedOwner = encodeURIComponent(settings.repositoryOwner)
const encodedName = encodeURIComponent(settings.repositoryName)
if (settings.sshKey) {
return `git@${serviceUrl.hostname}:${encodedOwner}/${encodedName}.git`
return `git@${serviceUrl.hostname}/gitea:${encodedOwner}/${encodedName}.git`
}
// "origin" is SCHEME://HOSTNAME[:PORT]