diff options
| author | Jeff Carr <[email protected]> | 2025-02-15 04:13:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-15 07:27:43 -0600 |
| commit | cc19c8ac8e5b4ce31838895344db442ccffdbac0 (patch) | |
| tree | 992ab6e6253cf4ad2fb9c4fd2fdcf73dbb1e3cf2 | |
| parent | 52f41adba278c333fb838d8812f63b5e95034916 (diff) | |
| -rw-r--r-- | clone.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
