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

[bug] Fix nested pack map key creation error #449

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Conversation

angrycub
Copy link
Contributor

Description
When building the fully-qualified pack name an additional dot was being included causing the flag-provided values to never match their corresponding pack

Fixes #448

Reminders

  • [ ] Add CHANGELOG.md entry Since this error was introduced and removed in the same version, I think we can omit the changelog line.

@angrycub angrycub added type/bug stage/accepted theme/pack/dependency Relates to pack dependencies theme/cli Relates to the CLI in general labels Oct 24, 2023
@angrycub angrycub self-assigned this Oct 24, 2023
@angrycub angrycub requested a review from pkazmierczak October 24, 2023 21:41
Copy link
Contributor

@pkazmierczak pkazmierczak left a comment

Choose a reason for hiding this comment

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

LGTM!

@angrycub angrycub merged commit 4ab0e83 into main Oct 25, 2023
@angrycub angrycub deleted the bug-nested-vars-as-flags branch October 25, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage/accepted theme/cli Relates to the CLI in general theme/pack/dependency Relates to pack dependencies type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error setting a dependency variable value using the --var flag
2 participants