From 00df676a2acb1ced957a9ee1a123fc1f9d6381c7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 01:19:53 -0500 Subject: debug ENV. need to deprecate ENV --- humanForgedTable.go | 2 +- init.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/humanForgedTable.go b/humanForgedTable.go index dcfb7a9..d5563f5 100644 --- a/humanForgedTable.go +++ b/humanForgedTable.go @@ -20,7 +20,7 @@ func (f *Forge) makeForgedTable(pb *gitpb.Repos) *gitpb.ReposTable { col.Width = 28 col = t.AddMasterVersion() - col.Width = 8 + col.Width = 15 col = t.AddFullPath() col.Width = -1 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" { -- cgit v1.2.3