hide uerr in table

This commit is contained in:
Jeff Carr 2025-01-19 09:25:39 -06:00
parent 4328692039
commit f29f25b9b7
1 changed files with 4 additions and 0 deletions

View File

@ -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()