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 /humanForgedTable.go | |
| parent | 3682f21aaaf117d5f705aa0313ceacf7ab663006 (diff) | |
debug ENV. need to deprecate ENV
Diffstat (limited to 'humanForgedTable.go')
| -rw-r--r-- | humanForgedTable.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
