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` )