Closed svenfuchs closed 6 years ago
Env vars can be given as:
- FOO=foo BAR=bar
which should result in
{ FOO: "foo", BAR: "bar" }
This PR fixes the current behaviour that treats them as:
{ FOO: "foo BAR=bar" }
Env vars can be given as:
which should result in
This PR fixes the current behaviour that treats them as: