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: invert file order for override+cascade #92

Closed
wants to merge 1 commit into from

Conversation

jfairley
Copy link
Contributor

@jfairley jfairley commented Jun 27, 2023

Uniquely when "cascade" is set along with "override", the order of precedence is effectively inverted, causing the values in the last file in the array to win out.

In this change, when "cascade" is supplied with "override", reverse the files array.

Screenshot 2023-06-27 at 2 24 41 PM

fixes: #89

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.

Conflicting options: 'override' and 'cascade'
1 participant