summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 20:54:49 -0500
committerJeff Carr <[email protected]>2025-09-11 20:54:49 -0500
commit81cac132847a4778b5c865f2afa7ec5a97a14e5d (patch)
tree5fee3cdce5a3861b9c6735ace4dcf641e3ee162d /init.go
parent98407ed8b773ae95c8e7ff229da5f653090e47e1 (diff)
start removing old code
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 8817ddc..c5b8264 100644
--- a/init.go
+++ b/init.go
@@ -142,7 +142,7 @@ func (f *Forge) setenv() {
log.Info("forge.Config() was nil")
os.Exit(-1)
}
- f.configDir = os.Getenv("FORGE_CONFIG")
+ // f.configDir = os.Getenv("FORGE_CONFIG")
f.goSrc = os.Getenv("FORGE_GOSRC")
f.forgeURL = os.Getenv("FORGE_URL")
f.hostname = os.Getenv("HOSTNAME")
@@ -225,7 +225,7 @@ func (f *Forge) configENV() bool {
changed = true
}
- f.configDir = os.Getenv("FORGE_CONFIG")
+ // f.configDir = os.Getenv("FORGE_CONFIG")
f.goSrc = os.Getenv("FORGE_GOSRC")
f.forgeURL = os.Getenv("FORGE_URL")
// f.patchDir = os.Getenv("FORGE_PATCHDIR")