mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Fix NullReferenceException [TGSDeploy]
This commit is contained in:
@@ -330,8 +330,7 @@ namespace Tgstation.Server.Host.Components
|
||||
logger.LogInformation(Repository.Repository.OriginTrackingErrorTemplate, currentHead);
|
||||
onOrigin = true;
|
||||
}
|
||||
|
||||
if (currentRevInfo.CommitSha == currentHead)
|
||||
else if (currentRevInfo.CommitSha == currentHead)
|
||||
{
|
||||
logger.LogTrace("Not updating rev-info, already in DB.");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user