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: append trailing newline to .tool-versions files when missing #1310

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

Stratus3D
Copy link
Member

If a .tool-versions file did not end with a newline new tools and
versions would get appended to the same line rather than properly
added on a new line in the file

Fixes #1299

@Stratus3D Stratus3D requested a review from a team as a code owner July 21, 2022 15:17
@Stratus3D Stratus3D changed the title Append trailing newline to .tool-versions files when missing fix: append trailing newline to .tool-versions files when missing Jul 21, 2022
If a .tool-versions file did not end with a newline new tools and
versions would get appended to the same line rather than properly
added on a new line in the file

Fixes #1299
@jthegedus
Copy link
Contributor

Cheers!

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.

bug: asdf local fails to append to .tool-versions properly if there is no trailing newline
2 participants