修复: gitea module命名重复问题

This commit is contained in:
2022-06-23 11:33:11 +08:00
parent d7dd3901b8
commit d14bf35ca1
14 changed files with 25 additions and 25 deletions

View File

@@ -63,7 +63,7 @@ class Repositories::CreateService < ApplicationService
end
def remote_repository_url
[Gitea.gitea_config[:domain], '/', user.login, '/', params[:identifier], ".git"].join("")
[GiteaService.gitea_config[:domain], '/', user.login, '/', params[:identifier], ".git"].join("")
end
def repository_params