diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 21:43:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 21:43:31 -0600 |
| commit | dda63e3732ddb94ca7e4533d7dfbc0c95e99c497 (patch) | |
| tree | e1b1bafc1c15d721360f324f178d96a0e0919a1e /scan.go | |
| parent | 68b7338b62b73cb3329a90bbdafb3b868c0caa0e (diff) | |
testing Delete/Show/Hide
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ func (r *repo) newScan() bool { if r.status.CheckBranches() { log.Warn("Branches are Perfect") - r.dirtyLabel.SetText("PEFECT") + r.dirtyLabel.SetText("PERFECT") return true } else { log.Warn("Branches are not Perfect") |
