api change

This commit is contained in:
Jeff Carr 2025-09-13 01:07:34 -05:00
parent 67df8f90f9
commit 8b199273e8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ func recursiveClone(check *gitpb.Repo) error {
makeValidGoSum(check)
}
check.Reload()
check.ReloadForce()
if check.GoDeps == nil {
log.Info("repo godeps == nil", check.Namespace)