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

Only split config lines on the first = #504

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Conversation

keiththomps
Copy link
Contributor

@keiththomps keiththomps commented Mar 6, 2024

If a config value (such as the API key) has an = in it then it will currently blow up when parsing the config file. This will ensure that config values are only split into 2 items, keeping the values intact.

My enterprise key has an = in it and this is what I see
image

@TheR1D TheR1D added the bug Something isn't working label Mar 10, 2024
@TheR1D TheR1D merged commit b0af947 into TheR1D:main Mar 10, 2024
3 checks passed
@TheR1D
Copy link
Owner

TheR1D commented Mar 10, 2024

@keiththomps thank you, merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants