diff options
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") |
