This commit is contained in:
Jeff Carr 2025-02-15 04:13:25 -06:00
parent 52f41adba2
commit e0a1c8dda4
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func makeValidGoSum(check *gitpb.Repo) error {
log.Info("try running go-mod-clean")
// update go.sum and go.mod
if _, err := check.RunQuiet([]string{"go-mod-clean"}); err != nil {
if _, err := check.RunVerboseOnError([]string{"go-mod-clean"}); err != nil {
log.Info("")
log.Info("Do you have go-mod-clean? Otherwise:")
log.Info(" go install go.wit.com/apps/go-mod-clean@latest")