Skip to content

Commit ae474e7

Browse files
committed
add cluster in output
1 parent 99830a2 commit ae474e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cli/src/lib/utils_function.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,7 @@ function ccloud::create_ccloud_stack() {
31223122

31233123
MAX_WAIT=720
31243124
echo ""
3125-
echo "Waiting up to $MAX_WAIT seconds for Confluent Cloud cluster to be ready"
3125+
echo "Waiting up to $MAX_WAIT seconds for Confluent Cloud cluster $CLUSTER to be ready"
31263126
ccloud::retry $MAX_WAIT ccloud::validate_ccloud_cluster_ready || exit 1
31273127

31283128
# VINC: added

0 commit comments

Comments
 (0)