diff --git a/TGServerService/Repository.cs b/TGServerService/Repository.cs index 57a6eb9f28..0a60235dff 100644 --- a/TGServerService/Repository.cs +++ b/TGServerService/Repository.cs @@ -580,8 +580,7 @@ namespace TGServerService //Need to delete the branch first in case of rebase Repo.Branches.Remove(branch); - - Commands.Fetch(Repo, "origin", Refspec, GenerateFetchOptions(), logMessage); //shitty api has no failure state for this + Commands.Fetch(Repo, "origin", Refspec, GenerateFetchOptions(), logMessage); //shitty api has no failure state for this currentProgress = -1;