Fixing up master merge

This commit is contained in:
Jordan Dominion
2024-07-13 13:03:26 -04:00
parent a2e4582ea0
commit b6967cfab6
2 changed files with 4 additions and 3 deletions
@@ -69,7 +69,8 @@ namespace Tgstation.Server.ReleaseNotes
&& !shaCheck
&& !fullNotes
&& !nuget
&& !ciCompletionCheck)
&& !ciCompletionCheck
&& !genToken)
{
Console.WriteLine("Invalid version: " + versionString);
return 2;