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 bug where every line is removed in config #631

Merged
merged 1 commit into from Apr 6, 2024

Conversation

Nepoxx
Copy link
Contributor

@Nepoxx Nepoxx commented Apr 4, 2024

What changed?

The function RemoveLine will no longer remove all lines.

Why?

removeLine := strings.Contains(line, line) would always be true and thus all lines would be removed.

Copy link
Contributor

@chrnorm chrnorm left a comment

Choose a reason for hiding this comment

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

Thankyou @Nepoxx!

@chrnorm chrnorm merged commit fa945c3 into common-fate:main Apr 6, 2024
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.

None yet

2 participants