diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 22:14:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 22:14:57 -0500 |
| commit | eda91e3af66e4c894f35c13a393a01238464b750 (patch) | |
| tree | 10135af0d368e2d68d267931673996bd9c8ee850 /init.go | |
| parent | 6c3162f7ce42a85afcff0b984fe6972f96fd3c8a (diff) | |
stop using GoSrc()
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |
