Skip to content

Commit

Permalink
Fix ReleaseNotes build [APIDeploy][DMDeploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 11, 2024
1 parent 0e4f616 commit 5488203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Tgstation.Server.ReleaseNotes/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static async Task<int> Main(string[] args)
}

bool toSS13 = args.Length > 3 && args[3].Equals("--spacestation13", StringComparison.OrdinalIgnoreCase);
await GenerateAppCredentials(client, args[2], true);
await GenerateAppCredentials(client, args[2], toSS13);

var token = client.Credentials.GetToken();
var destPath = args[1];
Expand Down

0 comments on commit 5488203

Please sign in to comment.