Skip to content

Commit 1a82688

Browse files
Mikalai Radchukm1kola
Mikalai Radchuk
authored andcommitted
Fixes echo of the current cluster name
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 3f598d5 commit 1a82688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_local.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ -n "$KIND" ]; then
2222
# kind will use the cluster named kind by default, so if there is only one cluster, specify it
2323
if [[ ${#CLUSTERS[@]} == 1 ]]; then
2424
KIND_FLAGS="--name ${CLUSTERS[0]}"
25-
echo 'Use cluster ${CLUSTERS[0]}'
25+
echo "Use cluster ${CLUSTERS[0]}"
2626
fi
2727

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

0 commit comments

Comments
 (0)