summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 22:14:48 -0500
committerJeff Carr <[email protected]>2025-09-11 22:14:48 -0500
commitac02bbc09407c0ab97fe896e35701a9f35f5ef13 (patch)
treec3a88111c2fb516244be15b59605364abe137264
parentcd75bd9f61718c59524fe22f13bfa88fe56ef642 (diff)
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index cc2418c..3208bb5 100644
--- a/main.go
+++ b/main.go
@@ -138,7 +138,7 @@ func okExit(thing string) {
}
func badExit(err error) {
- log.Info("go-clean failed: ", err, me.forge.GetGoSrc())
+ log.Info("go-clean failed: ", err, me.forge.Config.ReposDir)
os.Exit(-1)
}