mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fixes Commit not staging deleted changelogs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user