diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 03:55:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 03:55:10 -0500 |
| commit | 386fa39e8bb523113b05d05ba69a9b1ee7efbbc4 (patch) | |
| tree | 754faa0ce79803314b68ae45bc3367a34b1fb640 /doBuild.go | |
| parent | ea1786c611f337a72559982da0037756dea22719 (diff) | |
fixes to default tablev0.1.13
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ func doInstallScan() { continue } - if check.GetState() == "" || check.GetState() == "PERFECT" { + if check.GetState() == "" { check.State = "need to build" } |
