diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 22:21:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 22:21:25 -0500 |
| commit | bafdfb766d0a43bbea38ee568be109d7d40d6628 (patch) | |
| tree | d7e6fb8cc155776343fd6ec8119b807f78144333 /exit.go | |
| parent | cdca120140615cbd99f8fd6fe48ac2be6fc406f4 (diff) | |
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ import ( ) func okExit(check *gitpb.Repo, msg string) { - log.Info("exit() go-mod-clean on", check.GetGoPath(), "ok") + log.Info("exit() go-mod-clean on", check.Namespace, "ok") log.DaemonMode(true) log.Info(msg) os.Exit(0) @@ -16,7 +16,7 @@ func okExit(check *gitpb.Repo, msg string) { func badExit(check *gitpb.Repo, err error) { log.DaemonMode(true) - log.Info("go-mod-clean failed: ", err, forge.GetGoSrc()) + log.Info("go-mod-clean failed: ", err, forge.Config.ReposDir) if check != nil { if argv.Strict != nil { // if in strict mode, remove the go.mod and go.sum |
