summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index 2f20bcd..8e5d501 100644
--- a/main.go
+++ b/main.go
@@ -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)
}