diff options
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findNext.go b/findNext.go index a17364c..d8051bb 100644 --- a/findNext.go +++ b/findNext.go @@ -101,7 +101,7 @@ func runGoClean(check *gitpb.Repo) bool { // check if the package dependancies changed, if so, re-publish check.GoDeps = nil - cmd := []string{"go-clean", "--auto"} + cmd := []string{"go-mod-clean"} log.Info("Running", cmd, "in", check.GoPath) result := check.RunRealtime(cmd) if result.Error != nil { |
