Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abecodes committed Aug 16, 2024
1 parent e59ed21 commit 77bd974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func WithEnvVar(key string, value string) ContainerOption {

n := append(
*cfg.env,
strings.ToUpper(key)+"="+strings.ToUpper(value),
strings.ToUpper(key)+"="+value,
)

cfg.env = &n
Expand Down

0 comments on commit 77bd974

Please sign in to comment.