Compare commits

..

No commits in common. "master" and "v0.7.88" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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