From 5d0c793ae99dacf49520c6b9902130d0d40e3528 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 18 Feb 2024 17:56:25 -0600 Subject: trying to set the target version --- scan.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scan.go') diff --git a/scan.go b/scan.go index 4311dd1..68fc036 100644 --- a/scan.go +++ b/scan.go @@ -67,6 +67,8 @@ func (r *Repo) NewScan() bool { log.Info(r.Status.Path(), line) } } + r.targetV.SetText(r.Status.GetTargetVersion()) + status := r.Status.GetStatus() r.dirtyLabel.SetLabel(status) if status == "PERFECT" { -- cgit v1.2.3