summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-02 15:58:56 -0600
committerJeff Carr <[email protected]>2024-03-02 15:58:56 -0600
commit6fd65592037cfd4d4843249d201863e9ff1df61a (patch)
tree7ceb6c7d994d394bcb577223774dbbce972eb5c3 /main.go
parentdc4924306dc9ce261a2d9221a1974d79a27b0675 (diff)
cleanup files/ after packagingv0.21.3
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index fdc214e..4259608 100644
--- a/main.go
+++ b/main.go
@@ -49,7 +49,7 @@ func main() {
if args.NoGui {
shell.TestTerminalColor()
- if err := cBox.buildPackage(); err == nil {
+ if ok, err := cBox.buildPackage(); ok {
log.Info("build worked")
} else {
log.Warn("build failed:", err)