From 8736e3997598d1a3b1ca35a1984ccfa0b488ccfb Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Mon, 21 Oct 2024 14:42:44 +0300 Subject: [PATCH] Fix compatibility with the latest version of ek package --- cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cli.go b/cli/cli.go index 026abff..539c986 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -97,7 +97,7 @@ func Init(gitRev string, gomod []byte) { if !errs.IsEmpty() { terminal.Error("Options parsing errors:") - terminal.Error(errs.String()) + terminal.Error(errs.Error("- ")) os.Exit(1) }