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

(MODULES-9800) Fix Lib Environment Variable Check #126

Conversation

RandomNoun7
Copy link
Contributor

Prior to this commit, the function that checks for valid paths in the
lib environment variable was broken. It would return true, and raise
an error if any value at all was assigned to that variable.

This commit fixes the behavior of that function and unit tests it to
prevent regressions.

@RandomNoun7 RandomNoun7 changed the title f(MODULES-9800) Fix Lib Environment Variable Check (MODULES-9800) Fix Lib Environment Variable Check Aug 29, 2019
@RandomNoun7 RandomNoun7 force-pushed the MODULES-9800-fix-lib-paths-check branch from 7c152e8 to 51c6340 Compare August 29, 2019 18:03
Prior to this commit, the function that checks for valid paths in the
`lib` environment variable was broken. It would return true, and raise
an error if any value at all was assigned to that variable.

This commit fixes the behavior of that function and unit tests it to
prevent regressions.
@RandomNoun7
Copy link
Contributor Author

image

@michaeltlombardi michaeltlombardi merged commit 3431830 into puppetlabs:master Aug 29, 2019
@RandomNoun7 RandomNoun7 deleted the MODULES-9800-fix-lib-paths-check branch September 4, 2019 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants