From 9431656ae80de57233cd5e721132c93699b22615 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Jan 2025 05:30:24 -0600 Subject: quiet output --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http.go') diff --git a/http.go b/http.go index 63acca3..609d36e 100644 --- a/http.go +++ b/http.go @@ -121,7 +121,7 @@ func testGoRepo(check *gitpb.Repo) { data, _ := os.ReadFile(filepath.Join(check.FullPath, "go.mod")) log.Info(string(data)) - if me.forge.FinalGoDepsCheckOk(check) { + if me.forge.FinalGoDepsCheckOk(check, true) { log.Info("forge.FinalGoDepsCheck(check) worked!") } else { log.Info("forge.FinalGoDepsCheck(check) failed. boo.") -- cgit v1.2.3