Skip to content

Conversation

@nsaunders
Copy link
Owner

The .env file may include single- or double-quoted values, e.g.

FOO="FOO value"
BAR='BAR value'

In either case, I would expect escaped quotes to work, e.g.

FOO="\"FOO\" value"
BAR='\'BAR\' value'

However, this is not currently the case prior to this PR.

@nsaunders nsaunders merged commit 06da144 into master Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants