Skip to content

Commit

Permalink
🧹 Remove extra space in installer text (#393)
Browse files Browse the repository at this point in the history
Double spaces look really big on consoles

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Dec 3, 2023
1 parent 83abed3 commit 57c283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ finalize_setup() {
detect_mondoo_registered
if [ "$MONDOO_IS_REGISTERED" = false ]; then
echo
lightblue_bold "Your journey is only beginning! Register this asset with Mondoo to gain access to policies, reports, and more features."
lightblue_bold "Your journey is only beginning! Register this asset with Mondoo to gain access to policies, reports, and more features."
lightblue_bold "To learn more, go to: "
echo
lightblue_bold "https://mondoo.com/docs/cnspec/cnspec-adv-install/registration/"
Expand Down

0 comments on commit 57c283f

Please sign in to comment.