Skip to content

Commit

Permalink
style: use brighter blue text to match other usage
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Oct 6, 2023
1 parent 5f907c8 commit de5f272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/scripts/systemd-container-service-file-generate
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ elif [ "$is_staging" = 1 ]; then
elif [ "$is_prod" = 1 ]; then
deployment_type="prod"
elif [ "$deployment_type" = "" ]; then
printf "\033[36mNo deployment type specified. Using 'dev' (no HTTPS)...\033[39m\n"
printf "\033[96mNo deployment type specified. Using 'dev' (no HTTPS)...\033[39m\n"
deployment_type="dev"
fi

Expand Down

0 comments on commit de5f272

Please sign in to comment.