From f29f25b9b7ddf0ebf869ba764df844f87fce063f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Jan 2025 09:25:39 -0600 Subject: hide uerr in table --- humanTable.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/humanTable.go b/humanTable.go index 22df766..8462323 100644 --- a/humanTable.go +++ b/humanTable.go @@ -166,6 +166,10 @@ func (f *Forge) printRepoToTable(repo *gitpb.Repo) { var mhort string = repo.GetMasterVersion() var dhort string = repo.GetDevelVersion() var uhort string = repo.GetUserVersion() + if uhort == "uerr" { + // blank these out + uhort = "" + } var thort string = repo.GetTargetVersion() var chort string = repo.GetCurrentBranchVersion() var cname string = repo.GetCurrentBranchName() -- cgit v1.2.3