fix names

This commit is contained in:
Jeff Carr 2024-12-01 15:10:33 -06:00
parent 03cc5d5a20
commit beabb1e313
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ func (r *RepoRow) NewScan() int {
if r.pb == nil {
panic("what the fuck pb")
}
r.masterVersion.SetLabel(r.pb.GitMasterVersion())
r.develVersion.SetLabel(r.pb.GitDevelVersion())
r.userVersion.SetLabel(r.pb.GitUserVersion())
r.masterVersion.SetLabel(r.pb.GetMasterVersion())
r.develVersion.SetLabel(r.pb.GetDevelVersion())
r.userVersion.SetLabel(r.pb.GetUserVersion())
r.gitState.SetLabel(r.Status.GitState())
r.currentName.SetLabel(r.Status.GetCurrentBranchName())
r.currentVersion.SetLabel(r.Status.GetCurrentBranchVersion())