From cdbd2854acb78547a7e670be68dbd8f99ff19b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Fern=C3=A1ndez?= <7312236+fernandezcuesta@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:06:38 +0100 Subject: [PATCH] fix: CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús Fernández <7312236+fernandezcuesta@users.noreply.github.com> --- config/team/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/team/config.go b/config/team/config.go index 7fe20f2..d7f4ce5 100644 --- a/config/team/config.go +++ b/config/team/config.go @@ -8,7 +8,7 @@ import ( ) const ( - ErrFmtNoAttribute = `"attribute not found: %s` + ErrFmtNoAttribute = `attribute not found: %s` ErrFmtUnexpectedType = `unexpected type for attribute %s: Expecting a string` )