* Fix sync gogs.

This commit is contained in:
zenggang
2023-07-11 09:08:31 +00:00
parent 78aa4d2cd3
commit 69a68a734c
+1 -1
View File
@@ -35,7 +35,7 @@ $config->repo->repoSyncLog->total = array('Total', '总数');
$config->repo->repoSyncLog->fatal = array('fatal', '致命');
$config->repo->repoSyncLog->error = array('error', '错误');
$config->repo->repoSyncLog->failed = array('failed', '失败');
$config->repo->repoSyncLog->finish = array('finish', '完成');
$config->repo->repoSyncLog->finish = 'finish';
$config->repo->repoSyncLog->emptyRepo = array('empty repository', '空仓库');
$config->repo->repoSyncLog->finishCount = array('Counting objects: 100%');
$config->repo->repoSyncLog->logFilePrefix = '/log/clone.progress.';