Skip to content

Commit

Permalink
style: modify output message of prepare_jdks::prepare_jdks
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 6, 2022
1 parent 0a8c4e9 commit 1c0efce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/prepare_jdks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,11 @@ prepare_jdks::switch_to_jdk() {
prepare_jdks::prepare_jdks() {
(($# > 0)) || cu::die "${FUNCNAME[0]} requires arguments! But no provided"

cu::blue_echo "prepare jdks(${*})"
cu::blue_echo "prepare jdks: ${*}"
local switch_target
for switch_target; do
prepare_jdks::switch_to_jdk -p "$switch_target"
done
echo
}

################################################################################
Expand Down

0 comments on commit 1c0efce

Please sign in to comment.