bugfix: agregar schema a host de gitea api

This commit is contained in:
jt
2026-07-08 21:20:43 -03:00
parent c7888c74f1
commit f9dddbc4d6
+1 -1
View File
@@ -118,7 +118,7 @@ def get_remote_api(token: str) -> RemoteAPI:
[host, repository] = RemoteAPI.parse(flowconfig["flow.remote"])
if remote_type == "gitea":
return GiteaRemoteAPI(host, repository, token)
return GiteaRemoteAPI("https://" + host, repository, token)
elif remote_type == "bitbucket":
return BitbucketRemoteAPI(repository, token)
elif remote_type == "github":