Skip to content

Commit

Permalink
remove newline before checkmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfaslak committed Oct 9, 2024
1 parent 948f3ca commit aaa015c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exit_gracefully() {
prompt_yes_no "Setup Mode" "Wanna sit back and enjoy the ride (accept all defaults)?" use_opinionated_setup

if [ "${use_opinionated_setup}" = "y" ]; then
echo -e "\n \033[32m✔ Using opinionated setup with recommended options.\033[0m"
echo -e " \033[32m✔ Using opinionated setup with recommended options.\033[0m"

run_pixi="y"
install_hooks="y"
Expand Down

0 comments on commit aaa015c

Please sign in to comment.