summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 22:21:13 -0500
committerJeff Carr <[email protected]>2025-09-11 22:21:13 -0500
commit67df8f90f94dfe6744df259c9ad19929cee2434a (patch)
tree0464daf6134a738d12ccfc492eb05deef1f2952c /main.go
parentbb1df079102c3cedff682b70bc022cb310b1bed0 (diff)
rm GoSrc()v0.7.88
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d2b47b3..cad220e 100644
--- a/main.go
+++ b/main.go
@@ -86,6 +86,6 @@ func okExit(thing string) {
func badExit(err error) {
log.Info("Total repositories:", forge.Repos.Len())
- log.Info("Finished go-clone with error", err, forge.GetGoSrc())
+ log.Info("Finished go-clone with error", err, forge.Config.ReposDir)
os.Exit(-1)
}