mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Fixes PushChangelog() crashing
This commit is contained in:
@@ -187,11 +187,12 @@ namespace TGServiceInterface
|
||||
[OperationContract]
|
||||
string GenerateChangelog(out string error);
|
||||
|
||||
/// <summary>
|
||||
/// Pushes the changelog to the currently git, this operation will only run if the changelog is the only difference to be pushed (i.e. no PRs merged)
|
||||
/// </summary>
|
||||
/// <returns>null on success, error on failure</returns>
|
||||
string PushChangelog();
|
||||
/// <summary>
|
||||
/// Pushes the changelog to the currently git, this operation will only run if the changelog is the only difference to be pushed (i.e. no PRs merged)
|
||||
/// </summary>
|
||||
/// <returns>null on success, error on failure</returns>
|
||||
[OperationContract]
|
||||
string PushChangelog();
|
||||
|
||||
/// <summary>
|
||||
/// Sets the path to the python 2.7 installation
|
||||
|
||||
Reference in New Issue
Block a user