diff options
| author | Jeff Carr <[email protected]> | 2025-09-05 01:24:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-05 01:24:34 -0500 |
| commit | 817107dc160071ca3fe1c196335d6747271f3c99 (patch) | |
| tree | 90283e94993a3113e8a54546b2556a8816a47d01 /init.go | |
| parent | 4a27e7702b9b975b066ec9d2ee7ac932d86552e3 (diff) | |
more patch stuffv0.0.126
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ func (f *Forge) setenv() { f.repoPB = os.Getenv("FORGE_REPOPB") f.forgeURL = os.Getenv("FORGE_URL") f.patchDir = os.Getenv("FORGE_PATCHDIR") + f.hostname = os.Getenv("HOSTNAME") if os.Getenv("FORGE_GOWORK") == "true" { f.goWork = true } |
