diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 01:19:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 01:21:20 -0500 |
| commit | 00df676a2acb1ced957a9ee1a123fc1f9d6381c7 (patch) | |
| tree | 6d279cccd70ca970121ba37e6662f43468c2f8ba /init.go | |
| parent | 3682f21aaaf117d5f705aa0313ceacf7ab663006 (diff) | |
debug ENV. need to deprecate ENV
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ func (f *Forge) initFromConfig() { // if different, use the ENV var // this probably means that it gets saved as the default in the config // we probably want that (?) + log.Info("WARN: override ReposPB", f.Config.ReposPB, os.Getenv("FORGE_REPOSPB")) f.Config.ReposPB = os.Getenv("FORGE_REPOSPB") } if _, s := filepath.Split(f.Config.ReposPB); s != "repos.pb" { |
