Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix .env file parsing so merging works properly #510

Merged
merged 1 commit into from
Mar 9, 2019

Conversation

hairyhenderson
Copy link
Owner

Fixes #509 - had to adapt the map[string]string returned by godotenv.Unmarshal to a map[string]interface{} like all the other parsers!

Signed-off-by: Dave Henderson [email protected]

@hairyhenderson hairyhenderson force-pushed the fix-envfile-merging-509 branch from b6459db to fdf5e95 Compare March 9, 2019 19:30
@hairyhenderson hairyhenderson merged commit d3c9ca4 into master Mar 9, 2019
@hairyhenderson hairyhenderson deleted the fix-envfile-merging-509 branch March 9, 2019 19:41
@hairyhenderson hairyhenderson added bug and removed review labels Mar 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant