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

move path expansion to load, fix doc typo, fix test #19

Merged
merged 4 commits into from
Oct 9, 2019

Conversation

adamkittelson
Copy link
Contributor

Hey Paul,

I was playing with using Elixir 1.9 releases with toml master and ran into a snag where I'd get an error during release assembly if the env var for my toml config path wasn't set in my build environment. Looks like the path expansion needs to happen in load rather than init to avoid that. I went ahead and tweaked that as well as added a missing bracket in the doc example and made a failing test pass while I was in there.

I successfully deployed with this branch via both elixir 1.9 releases and via distillery so there doesn't seem to be any downside to moving the path expansion to the load step.

Thanks!
Adam

@bitwalker bitwalker merged commit 96809ff into bitwalker:master Oct 9, 2019
@bitwalker
Copy link
Owner

Thanks!

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