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!(config): remove empty environment variables set like 'VAR=' when parsing options #367

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

thedevbirb
Copy link
Contributor

It removes environment variables that are set as empty strings, i.e. like MY_VAR=. This useful to avoid unexpected edge cases and because we don't have options that make sense with an empty string value.

@thedevbirb thedevbirb added C: bolt-sidecar Component: bolt-sidecar T: bug Type: Bug labels Nov 8, 2024
Copy link
Collaborator

@merklefruit merklefruit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, and annoying that it's even a problem!

@thedevbirb thedevbirb merged commit 4ad631f into lore/feat/holesky-launch Nov 8, 2024
3 checks passed
@thedevbirb thedevbirb deleted the lore/fix/config branch November 8, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: bolt-sidecar Component: bolt-sidecar T: bug Type: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants