mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fix remaining documentation errors
This commit is contained in:
@@ -207,7 +207,7 @@ namespace TGCommandLine
|
||||
}
|
||||
protected override ExitCode Run(IList<string> parameters)
|
||||
{
|
||||
var result = Server.GetComponent<ITGRepository>().PushChangelog();
|
||||
var result = Server.GetComponent<ITGRepository>().SynchronizePush();
|
||||
if(result != null)
|
||||
OutputProc(result);
|
||||
return result == null ? ExitCode.Normal : ExitCode.ServerError;
|
||||
|
||||
@@ -118,7 +118,7 @@ namespace TGCommandLine
|
||||
OutputProc(res);
|
||||
else
|
||||
{
|
||||
res = Repo.PushChangelog();
|
||||
res = Repo.SynchronizePush();
|
||||
if (res != null)
|
||||
OutputProc(res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user