summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 21:43:31 -0600
committerJeff Carr <[email protected]>2024-01-14 21:43:31 -0600
commitdda63e3732ddb94ca7e4533d7dfbc0c95e99c497 (patch)
treee1b1bafc1c15d721360f324f178d96a0e0919a1e /scan.go
parent68b7338b62b73cb3329a90bbdafb3b868c0caa0e (diff)
testing Delete/Show/Hide
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/scan.go b/scan.go
index 2b8ce71..d35dee4 100644
--- a/scan.go
+++ b/scan.go
@@ -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")