From de5f2726f1211739d27b34e9ec84200e2726ead8 Mon Sep 17 00:00:00 2001 From: Nicholas Moen Date: Fri, 6 Oct 2023 07:05:55 -0600 Subject: [PATCH] style: use brighter blue text to match other usage --- support/scripts/systemd-container-service-file-generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/scripts/systemd-container-service-file-generate b/support/scripts/systemd-container-service-file-generate index c285bbc..edd3b3e 100755 --- a/support/scripts/systemd-container-service-file-generate +++ b/support/scripts/systemd-container-service-file-generate @@ -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