summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 05:30:24 -0600
committerJeff Carr <[email protected]>2025-01-17 05:30:24 -0600
commit9431656ae80de57233cd5e721132c93699b22615 (patch)
tree8d077c13945259976962a75a0f8f49caf4aa71d2 /http.go
parent5a745337fb5085fb4ee08af3d9a9fbc2d0c6d498 (diff)
quiet outputv0.23.22
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 1 insertions, 1 deletions
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.")