From fd2254cd72ed2f74bd4133fd1db7fc0324f9f872 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Sep 2025 22:14:41 -0500 Subject: stop using GoSrc() --- exit.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exit.go') diff --git a/exit.go b/exit.go index 7b8b027..1927726 100644 --- a/exit.go +++ b/exit.go @@ -8,11 +8,11 @@ import ( func okExit(thing string) { log.Info(thing, "ok") - // log.Info("Finished go-clean on", check.GetGoPath(), "ok") + // log.Info("Finished go-clean on", check.GetNamespace(), "ok") os.Exit(0) } func badExit(err error) { - log.Info("forge failed: ", err, me.forge.GetGoSrc()) + log.Info("forge failed: ", err, me.forge.Config.ReposDir) os.Exit(-1) } -- cgit v1.2.3