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() --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 384781f..68c97f8 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ func main() { fhelp.CheckGoModCleanExit() // me.forge.ConfigPrintTable() - os.Setenv("REPO_WORK_PATH", me.forge.GetGoSrc()) + os.Setenv("REPO_WORK_PATH", me.forge.Config.ReposDir) // save the ENV var here me.releaseReasonS = os.Getenv("GUIRELEASE_REASON") -- cgit v1.2.3