small nit

This commit is contained in:
Patricio Whittingslow
2026-07-25 22:12:32 -03:00
parent 87a88070d9
commit bd94afed26
+1 -1
View File
@@ -22,7 +22,7 @@ const (
func main() {
if err := run(); err != nil {
println("Error: ", err)
println("Error:", err.Error())
os.Exit(1)
}
println("DONE")