summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.go b/init.go
index a29ecac..e2491e7 100644
--- a/init.go
+++ b/init.go
@@ -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" {