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: dedupe environment variable config values #665

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

btlghrants
Copy link
Collaborator

@btlghrants btlghrants commented Mar 18, 2024

Description

Working through an excellent example test I discovered that trying to use the package.json > pepr > env > LOG_LEVEL: "debug" configuration override didn't work correctly -- the merge logic was duplicating the LOG_LEVEL rather than overriding it.

This PR fixes that.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@cmwylie19 cmwylie19 merged commit 6c7e373 into main Mar 19, 2024
13 checks passed
@cmwylie19 cmwylie19 deleted the dedup_envs_from_config branch March 19, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants