修复: 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

@@ -128,7 +128,7 @@ namespace :sync_data_to_gitea do
end
def remote_repository_url(username, identifier)
[Gitea.gitea_config[:domain], '/', username, '/', identifier, ".git"].join("")
[GiteaService.gitea_config[:domain], '/', username, '/', identifier, ".git"].join("")
end
def generate_identifier