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(env-set), validate that the second arg is indeed an env #8696

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented Mar 20, 2024

It's easy to mistakenly replace the first arg (comp) with the second arg (env) and then unclear errors are thrown. This PR throws an error immediately during bit env set if the second arg is not an env.

@davidfirst davidfirst merged commit 14470dc into master Mar 20, 2024
11 checks passed
@davidfirst davidfirst deleted the env-set-validate-env branch March 20, 2024 19:54
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.

2 participants