diff --git a/git-sensor/pkg/RepoManages.go b/git-sensor/pkg/RepoManages.go index e3f69a3b7..90a448727 100644 --- a/git-sensor/pkg/RepoManages.go +++ b/git-sensor/pkg/RepoManages.go @@ -407,6 +407,7 @@ func (impl RepoManagerImpl) checkoutMaterial(gitCtx git.GitContext, material *sq } else { material.CheckoutLocation = checkoutLocationForFetching material.CheckoutStatus = true + material.CheckoutMsgAny = "" material.FetchStatus = true } err = impl.materialRepository.Update(material)