From 961caf6dac20af3b7568611a0f404bb5f799e6f4 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Mon, 21 Oct 2024 14:35:02 +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 86aa674..518bfb1 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -101,7 +101,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) }