summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-18 17:56:25 -0600
committerJeff Carr <[email protected]>2024-02-18 17:56:25 -0600
commit5d0c793ae99dacf49520c6b9902130d0d40e3528 (patch)
treec971618e88da47d19d4b2271f03fd335335d6d95 /scan.go
parentdc0040f0805e7a8ab3f47ea0e5ebffb03eda2b62 (diff)
trying to set the target version
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go2
1 files changed, 2 insertions, 0 deletions
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" {