From 17cb55eb9b002615e497612e2eb6abc8484708e3 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Mon, 21 Oct 2024 14:50:50 +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 f318742..c042c6d 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -135,7 +135,7 @@ func Run(gitRev string, gomod []byte) { if !errs.IsEmpty() { terminal.Error("Options parsing errors:") - terminal.Error(errs.String()) + terminal.Error(errs.Error("- ")) os.Exit(1) }