diff --git a/TGServerService/Repository.cs b/TGServerService/Repository.cs index 3eb5e596cc..5ca5fcd4ef 100644 --- a/TGServerService/Repository.cs +++ b/TGServerService/Repository.cs @@ -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;