diff --git a/commands/install.go b/commands/install.go index c0a80961..d47d0e49 100644 --- a/commands/install.go +++ b/commands/install.go @@ -50,7 +50,7 @@ func initialization() { _,err = o.Raw(sql).Exec() if err != nil { - panic("SITE_NAME => " + err.Error()) + panic("Error => " + err.Error()) os.Exit(1) }