Skip to content

Commit 1c0efce

Browse files
committed
style: modify output message of prepare_jdks::prepare_jdks
1 parent 0a8c4e9 commit 1c0efce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/prepare_jdks.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,11 @@ prepare_jdks::switch_to_jdk() {
347347
prepare_jdks::prepare_jdks() {
348348
(($# > 0)) || cu::die "${FUNCNAME[0]} requires arguments! But no provided"
349349

350-
cu::blue_echo "prepare jdks(${*})"
350+
cu::blue_echo "prepare jdks: ${*}"
351351
local switch_target
352352
for switch_target; do
353353
prepare_jdks::switch_to_jdk -p "$switch_target"
354354
done
355-
echo
356355
}
357356

358357
################################################################################

0 commit comments

Comments
 (0)