Skip to content

Commit

Permalink
update info message
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Li <[email protected]>
  • Loading branch information
qpdpQ committed Oct 7, 2024
1 parent 7d6de17 commit 40295d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cp3pt0-deployment/common/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ function wait_for_licensing_instance_deployment() {
# Retry and wait for the licensing instance to be available
retries=10
while [[ $retries -gt 0 ]]; do
echo "Wait for licensing deployment to be ready..."
echo "Wait for licensing instance deployment to be ready..."
sleep 30
ns=$("$OC" get deployments -A | grep ibm-licensing-service-instance | cut -d ' ' -f1)

Expand Down

0 comments on commit 40295d2

Please sign in to comment.