We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9256a06 commit 1a1396dCopy full SHA for 1a1396d
1 file changed
git-sensor/pkg/RepoManages.go
@@ -407,6 +407,7 @@ func (impl RepoManagerImpl) checkoutMaterial(gitCtx git.GitContext, material *sq
407
} else {
408
material.CheckoutLocation = checkoutLocationForFetching
409
material.CheckoutStatus = true
410
+ material.CheckoutMsgAny = ""
411
material.FetchStatus = true
412
}
413
err = impl.materialRepository.Update(material)
0 commit comments