Skip to content

Conversation

rackerchris
Copy link
Contributor

@rackerchris rackerchris commented Aug 27, 2025

fix: ensure newline at end of script and standardize EOC

The POSIX standard for text files requires a final newline character. Many utilities, including compilers, linters, and text editors, can behave unexpectedly if this rule isn't followed. Adding the newline ensures that your script is properly terminated and that all of its content, including the delimiter, is correctly parsed. This consistency makes your script more portable and less prone to errors when processed by different tools or on different systems.

fix: ensure newline at end of script
Copy link
Collaborator

@aedan aedan left a comment

Choose a reason for hiding this comment

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

LGTM

@aedan aedan merged commit 1dad25a into rackerlabs:main Aug 27, 2025
2 of 3 checks passed
@rackerchris rackerchris deleted the hyperconverged-lab-fix branch August 27, 2025 15:36
@the2hill
Copy link
Contributor

This breaks things..... if we're going to standardize then we should have done so with the 'EOC' style so it intreprets things properly. Things keep getting committed without being tested and breaking things..........

rackerchris added a commit that referenced this pull request Aug 27, 2025
the2hill pushed a commit that referenced this pull request Aug 27, 2025
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.

3 participants