Skip to content

Commit

Permalink
Merge pull request #115 from Cyberboss/FixesTestmerge
Browse files Browse the repository at this point in the history
Fixes merging pull requests
  • Loading branch information
Cyberboss authored Jul 5, 2017
2 parents f6957ee + 311d4a3 commit efc3a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TGServerService/Repository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ string MergePullRequestImpl(int PRNumber, bool impliedUpdate)
var result = LoadRepo();
if (result != null)
return result;
SendMessage(String.Format("REPO: {2}erging PR #{0}...", PRNumber, impliedUpdate ? "Test m" : "M"), ChatMessageType.DeveloperInfo);
SendMessage(String.Format("REPO: {1}erging PR #{0}...", PRNumber, impliedUpdate ? "Test m" : "M"), ChatMessageType.DeveloperInfo);
try
{
//only supported with github
Expand Down

0 comments on commit efc3a4e

Please sign in to comment.