hide uerr in table
This commit is contained in:
parent
4328692039
commit
f29f25b9b7
|
@ -166,6 +166,10 @@ func (f *Forge) printRepoToTable(repo *gitpb.Repo) {
|
||||||
var mhort string = repo.GetMasterVersion()
|
var mhort string = repo.GetMasterVersion()
|
||||||
var dhort string = repo.GetDevelVersion()
|
var dhort string = repo.GetDevelVersion()
|
||||||
var uhort string = repo.GetUserVersion()
|
var uhort string = repo.GetUserVersion()
|
||||||
|
if uhort == "uerr" {
|
||||||
|
// blank these out
|
||||||
|
uhort = ""
|
||||||
|
}
|
||||||
var thort string = repo.GetTargetVersion()
|
var thort string = repo.GetTargetVersion()
|
||||||
var chort string = repo.GetCurrentBranchVersion()
|
var chort string = repo.GetCurrentBranchVersion()
|
||||||
var cname string = repo.GetCurrentBranchName()
|
var cname string = repo.GetCurrentBranchName()
|
||||||
|
|
Loading…
Reference in New Issue