Skip to content

Commit

Permalink
Cosmetic: fix line breaking in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 11, 2024
1 parent bde0f46 commit efd5596
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tools/modules/functions/check_distro_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ function check_distro_status() {
set_colors 1
get_user_continue "Warning:
The current OS ($DISTROID) is not a officially supported distribution!
The current OS ($DISTROID) is not a officially supported distro!
The tool might still work well, but be aware that issues may
not be accepted and addressed by the maintainers. However, you are
welcome to contribute fixes for any problems you encounter.
not be accepted and addressed by the maintainers. However, you
are welcome to contribute fixes for any problems you encounter.
Would you like to continue?
" process_input
Expand Down

0 comments on commit efd5596

Please sign in to comment.