summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--humanTable.go4
1 files changed, 4 insertions, 0 deletions
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()