diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 05:30:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 05:30:42 -0600 |
| commit | 8d275ff0545c6069da78b581bcefdc8b8f951cc9 (patch) | |
| tree | 22419dba589a37d7c75adb3615399cbeb930a6d1 /humanShowRepo.go | |
| parent | 0f232fe3428c812f0afc382085d51c42d7e6bbab (diff) | |
less aoutputv0.0.49
Diffstat (limited to 'humanShowRepo.go')
| -rw-r--r-- | humanShowRepo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/humanShowRepo.go b/humanShowRepo.go index 4e5ccfa..d55b7c8 100644 --- a/humanShowRepo.go +++ b/humanShowRepo.go @@ -86,7 +86,7 @@ func (f *Forge) testGoRepo(check *gitpb.Repo) { data, _ := os.ReadFile(filepath.Join(check.FullPath, "go.mod")) log.Info(string(data)) - if f.FinalGoDepsCheckOk(check) { + if f.FinalGoDepsCheckOk(check, true) { log.Info("forge.FinalGoDepsCheck(check) worked!") } else { log.Info("forge.FinalGoDepsCheck(check) failed. boo.") |
