Skip to content

Conversation

delphiki
Copy link

@delphiki delphiki commented May 6, 2019

The ksort would break the .env file in the following case:

FOO=anything
BAR=${FOO}

The actualize method would have break the dependencies between env vars and generate something like:

BAR=${FOO} # FOO is undefined here
FOO=anything

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.

1 participant