summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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")