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(touchbar): extend search string to exclude false replacements #8

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

alex-007
Copy link
Contributor

@alex-007 alex-007 commented Oct 26, 2023

Due to the new sections added to the config now 2 lines could be find by the sed with primary_layer.* condition. And because of that the replacement brakes the config file.

So we need to extend the search string to exclude the section.

The same changes should be done for secondary_layer.* condition

Due to the new section added to the config now 2 lines could be find by the sed with `primary_layer.*` condition. And because of that the replacement brakes the config file.

So we need to extend the search string to exclude the section.

The same changes should be done for `secondary_layer.*` condition
@AdityaGarg8
Copy link
Owner

Shall be added to 0.1.4-2. Thanks.

@AdityaGarg8 AdityaGarg8 merged commit 2c61dda into AdityaGarg8:main Oct 27, 2023
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