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 template (-t) handling of export declarations #416

Merged
merged 2 commits into from
Jun 30, 2021

Conversation

benforeva
Copy link
Contributor

@benforeva benforeva commented Oct 23, 2020

Fixed export commands being repeated in templated values.

Current:
export FOO=BAR templated as export FOO=export FOO.

Fix:
export FOO=BAR templated as export FOO=FOO

@stale
Copy link

stale bot commented Dec 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 25, 2020
@marnen
Copy link

marnen commented Mar 29, 2021

Can we keep this open? I like to use export syntax in my .env files, and having to go through the template and replace =export with = is a bit of a drag. If I can help get this ready for merge, let me know and I'll be happy to.

@stale stale bot removed the wontfix label Mar 29, 2021
@stale
Copy link

stale bot commented Jun 26, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 26, 2021
@marnen
Copy link

marnen commented Jun 26, 2021

Commenting in the hope that this will be kept open and fixed.

@stale stale bot removed the wontfix label Jun 26, 2021
@bkeepers
Copy link
Owner

Changes look great. Sorry for the delay. I will merge now and push out a new release soon.

@bkeepers bkeepers merged commit c237d6d into bkeepers:master Jun 30, 2021
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.

3 participants