서버 작업으로 인한 임시 업데이트

This commit is contained in:
김판돌 2024-03-30 00:46:58 +09:00
parent de110258ec
commit 721495040e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ namespace Server.Git
RepositorySet("push origin main", repositoryPath);
logger.Info("version : " + ProtocolProcessor.version);
logger.Info("version : " + ProtocolProcessor.version);
if (ProtocolProcessor.version == "")
{
ProtocolProcessor.version = Statics.dynamicDataSQL.SelectName("version").value;