chore(cmd/joj3): CAPITALIZE actor name spaceholder
This commit is contained in:
parent
386b1c0fd6
commit
a22a48ec3d
|
@ -57,7 +57,7 @@ func (h *multiHandler) WithGroup(name string) slog.Handler {
|
||||||
|
|
||||||
func newSlogAttrs(csvPath string) []slog.Attr {
|
func newSlogAttrs(csvPath string) []slog.Attr {
|
||||||
actor := env.GetActor()
|
actor := env.GetActor()
|
||||||
actorName := fmt.Sprintf("Name(%s)", actor)
|
actorName := fmt.Sprintf("NAME(%s)", actor)
|
||||||
actorID := fmt.Sprintf("ID(%s)", actor)
|
actorID := fmt.Sprintf("ID(%s)", actor)
|
||||||
|
|
||||||
if csvPath != "" {
|
if csvPath != "" {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user