Skip to content

Commit

Permalink
Pass along getenv in Action.WithFieldsMap(). (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hermes committed Sep 24, 2021
1 parent 431bd3a commit ab8a0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ func (c *Action) WithFieldsMap(m map[string]string) *Action {
return &Action{
w: c.w,
fields: m,
getenv: c.getenv,
}
}

Expand Down

0 comments on commit ab8a0d7

Please sign in to comment.