mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
The repo no longer says "(Hard Reset)"
This commit is contained in:
@@ -660,7 +660,7 @@ namespace TGServerService
|
||||
if (!successOnUpToDate && Repo.Head.Tip.Sha == originBranch.Tip.Sha)
|
||||
return RepoErrorUpToDate;
|
||||
|
||||
SendMessage(String.Format("REPO: Updating origin branch...({0})", reset ? "Hard Reset" : "Merge"), MessageType.DeveloperInfo);
|
||||
SendMessage(String.Format("REPO: Updating origin branch...{0}", reset ? "" : "(Merge)"), MessageType.DeveloperInfo);
|
||||
|
||||
if (reset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user