fix names
This commit is contained in:
parent
03cc5d5a20
commit
beabb1e313
6
scan.go
6
scan.go
|
@ -64,9 +64,9 @@ func (r *RepoRow) NewScan() int {
|
||||||
if r.pb == nil {
|
if r.pb == nil {
|
||||||
panic("what the fuck pb")
|
panic("what the fuck pb")
|
||||||
}
|
}
|
||||||
r.masterVersion.SetLabel(r.pb.GitMasterVersion())
|
r.masterVersion.SetLabel(r.pb.GetMasterVersion())
|
||||||
r.develVersion.SetLabel(r.pb.GitDevelVersion())
|
r.develVersion.SetLabel(r.pb.GetDevelVersion())
|
||||||
r.userVersion.SetLabel(r.pb.GitUserVersion())
|
r.userVersion.SetLabel(r.pb.GetUserVersion())
|
||||||
r.gitState.SetLabel(r.Status.GitState())
|
r.gitState.SetLabel(r.Status.GitState())
|
||||||
r.currentName.SetLabel(r.Status.GetCurrentBranchName())
|
r.currentName.SetLabel(r.Status.GetCurrentBranchName())
|
||||||
r.currentVersion.SetLabel(r.Status.GetCurrentBranchVersion())
|
r.currentVersion.SetLabel(r.Status.GetCurrentBranchVersion())
|
||||||
|
|
Loading…
Reference in New Issue