mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 20:43:47 +01:00
Fix ReleaseNotes build [APIDeploy][DMDeploy]
This commit is contained in:
@@ -172,7 +172,7 @@ namespace Tgstation.Server.ReleaseNotes
|
||||
}
|
||||
|
||||
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];
|
||||
|
||||
Reference in New Issue
Block a user