This commit is contained in:
김민서 2024-04-01 15:55:21 +09:00
commit 46021cbb1e
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ 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;