summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 22:14:57 -0500
committerJeff Carr <[email protected]>2025-09-11 22:14:57 -0500
commiteda91e3af66e4c894f35c13a393a01238464b750 (patch)
tree10135af0d368e2d68d267931673996bd9c8ee850 /init.go
parent6c3162f7ce42a85afcff0b984fe6972f96fd3c8a (diff)
stop using GoSrc()
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.go b/init.go
index fbb6210..4c8950e 100644
--- a/init.go
+++ b/init.go
@@ -106,7 +106,7 @@ func (f *Forge) setenv() {
os.Exit(-1)
}
// f.configDir = os.Getenv("FORGE_CONFIG")
- f.goSrc = os.Getenv("FORGE_GOSRC")
+ // f.goSrc = os.Getenv("FORGE_GOSRC")
// f.forgeURL = os.Getenv("FORGE_URL")
f.hostname = os.Getenv("HOSTNAME")
if os.Getenv("FORGE_GOWORK") == "true" {
@@ -190,7 +190,7 @@ func (f *Forge) configENV() bool {
}
// f.configDir = os.Getenv("FORGE_CONFIG")
- f.goSrc = os.Getenv("FORGE_GOSRC")
+ // f.goSrc = os.Getenv("FORGE_GOSRC")
// f.forgeURL = os.Getenv("FORGE_URL")
f.Config.ForgeURL = os.Getenv("FORGE_URL")
// f.patchDir = os.Getenv("FORGE_PATCHDIR")