summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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 d5fe4e7..b69249b 100644
--- a/main.go
+++ b/main.go
@@ -69,7 +69,7 @@ func main() {
shell.TestTerminalColor()
// basicWindow.Show() // broken gui package. convert to protobuf
if ok, err := cBox.buildPackage(); ok {
- log.Info("build worked before. remove the .deb file to recreate it")
+ log.Info("build worked")
} else {
log.Warn("build failed:", err)
os.Exit(-1)