From bfcce9c3519f49f139ef3a176e9469e2af5cb1fd Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 12 Nov 2017 12:49:10 -0500 Subject: [PATCH] The repo no longer says "(Hard Reset)" --- TGServerService/ServerInstance/Repository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGServerService/ServerInstance/Repository.cs b/TGServerService/ServerInstance/Repository.cs index 0d5757bd84..3bb4d961c4 100644 --- a/TGServerService/ServerInstance/Repository.cs +++ b/TGServerService/ServerInstance/Repository.cs @@ -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) {