Skip to content

Commit

Permalink
Fixes echo of the current cluster name
Browse files Browse the repository at this point in the history
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
  • Loading branch information
m1kola committed Apr 11, 2023
1 parent 3f598d5 commit 1a82688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -n "$KIND" ]; then
# kind will use the cluster named kind by default, so if there is only one cluster, specify it
if [[ ${#CLUSTERS[@]} == 1 ]]; then
KIND_FLAGS="--name ${CLUSTERS[0]}"
echo 'Use cluster ${CLUSTERS[0]}'
echo "Use cluster ${CLUSTERS[0]}"
fi

kind load docker-image quay.io/operator-framework/olm:local ${KIND_FLAGS}
Expand Down

0 comments on commit 1a82688

Please sign in to comment.