summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 22:14:41 -0500
committerJeff Carr <[email protected]>2025-09-11 22:14:41 -0500
commitfd2254cd72ed2f74bd4133fd1db7fc0324f9f872 (patch)
treed77773f84049f0b85639c2e59dfe7f89fca18066 /main.go
parentd813ade5aba8f49695c831469030ad7b83ef35e6 (diff)
stop using GoSrc()
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 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")