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

Safe config doesn't load extra variables #160

Closed
mrsteele opened this issue Jan 18, 2019 · 1 comment · Fixed by CroModder/cromodder-portfolio#11
Closed

Safe config doesn't load extra variables #160

mrsteele opened this issue Jan 18, 2019 · 1 comment · Fixed by CroModder/cromodder-portfolio#11
Assignees

Comments

@mrsteele
Copy link
Owner

setup

.env

TEST=test
TEST2=test2

.env.example

TEST=

config

{
  "safe": true
}

expected results

TEST=test
TEST2=test2

actual results

TEST=test
@mrsteele mrsteele self-assigned this Jan 18, 2019
@mrsteele mrsteele added the bug label Jan 18, 2019
@mrsteele
Copy link
Owner Author

🎉 This issue has been resolved in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant