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: move first package in stack packages to list #410

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

jardon
Copy link
Member

@jardon jardon commented Oct 16, 2024

the first item in the list of packages for a stack is not on a new line and is not part of the list at all. this change moves the package to the beginning of the list for clearer formatting

old:

 INFO  Do you want to confirm the current packages list? git
       	 - vim
       	 - neofetch

new:

 INFO  Do you want to confirm the current packages list?
       	 - git
       	 - vim
       	 - neofetch

the first item in the list of packages for a stack is not on a new line
and is not part of the list at all.  this change moves the package to
the beginning of the list for clearer formatting
@jardon jardon merged commit cfcbf96 into Vanilla-OS:main Oct 16, 2024
1 check passed
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