fix formatting of script output (#15757)

relates to #15515

fix the formatting of the script output by replacing the `\r` characters
with `\n` characters.

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Gabriel Hernandez
2023-12-21 11:17:03 -06:00
committed by GitHub
parent 02c621927b
commit d35879944a
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1 @@
- improve script output text formatting.