This commit is contained in:
Jeff Carr 2024-12-10 14:08:02 -06:00
parent 6cf28f0591
commit b952bb8adb
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ func main() {
deps := check.GoDeps.SortByGoPath()
for deps.Scan() {
depRepo := deps.Next()
log.Info("download:", depRepo.GoPath)
_, err := forge.Build(depRepo.GoPath)
log.Info("check has dep:", depRepo.GoPath)
}
okExit("skipping build of " + argv.Repo)
}