From da4f5402b38698252a9beb75ae14ae6f97319691 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 13 Dec 2024 04:13:33 -0600 Subject: works? Signed-off-by: Jeff Carr --- prepareRelease.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'prepareRelease.go') diff --git a/prepareRelease.go b/prepareRelease.go index 26ce6da..45ecfe1 100644 --- a/prepareRelease.go +++ b/prepareRelease.go @@ -29,7 +29,7 @@ func makePrepareRelease() { check.SetTargetVersion(curver) } - // run go-clean on everything not readonly + // run go-mod-clean on everything not readonly all = me.forge.Repos.SortByGoPath() for all.Scan() { check := all.Next() @@ -51,9 +51,9 @@ func makePrepareRelease() { } if !runGoClean(check) { - log.Info("go-clean FAILED. THIS IS BAD.", check.GoPath) - log.Info("go-clean FAILED. THIS IS BAD.", check.GoPath) - log.Info("go-clean FAILED. THIS IS BAD.", check.GoPath) + log.Info("go-mod-clean FAILED. THIS IS BAD.", check.GoPath) + log.Info("go-mod-clean FAILED. THIS IS BAD.", check.GoPath) + log.Info("go-mod-clean FAILED. THIS IS BAD.", check.GoPath) } } -- cgit v1.2.3