Skip to content

Commit 1a1396d

Browse files
committed
fix: reset checkout message on successful fetch
1 parent 9256a06 commit 1a1396d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

git-sensor/pkg/RepoManages.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ func (impl RepoManagerImpl) checkoutMaterial(gitCtx git.GitContext, material *sq
407407
} else {
408408
material.CheckoutLocation = checkoutLocationForFetching
409409
material.CheckoutStatus = true
410+
material.CheckoutMsgAny = ""
410411
material.FetchStatus = true
411412
}
412413
err = impl.materialRepository.Update(material)

0 commit comments

Comments
 (0)