Fixes Commit not staging deleted changelogs

This commit is contained in:
Jordan Brown
2017-06-15 15:33:50 -04:00
committed by GitHub
parent 630df7215a
commit 86f4b6420a
+1 -1
View File
@@ -654,7 +654,7 @@ namespace TGServerService
{
// Stage the file
Commands.Stage(Repo, "html/changelog.html");
Commands.Stage(Repo, "html/changelogs");
Commands.Stage(Repo, "html/changelogs/*");
if (Repo.RetrieveStatus().Added.Count() == 0) //nothing to commit
return null;