diff --git a/cmd/start.go b/cmd/start.go index 056b9e8d..4735c1db 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -196,7 +196,7 @@ var startCmd = &cobra.Command{ return case http.ERROR: - color.RedString(L("Fatal: %s"), err) + color.Red("Fatal: check the error information in the log") watchDone <- 1 return