diff options
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" { |
