From 9e99b27aa6dee321eb637feab6626ab12d400e6a Mon Sep 17 00:00:00 2001 From: lvsi <15239928381@163.com> Date: Sun, 3 Mar 2024 02:13:00 +0800 Subject: [PATCH] update: update print style --- .pipeline/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipeline/start.sh b/.pipeline/start.sh index a04eaa1..170731a 100644 --- a/.pipeline/start.sh +++ b/.pipeline/start.sh @@ -40,7 +40,7 @@ for job_name in "${job_queue[@]}"; do # check if the switch is on switch_status=$(eval echo "$"$global_switch_name) if [ "${switch_status}" != "on" ]; then - print_warn "job is skipped, due to the switch is off\n" + print_warn "job is skipped, due to the switch(${global_switch_name}) is off\n" continue fi