Compare commits

...

1 Commits

Author SHA1 Message Date
Jeff Carr 8b199273e8 api change 2025-09-13 01:07:34 -05:00
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)