We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f598d5 commit 1a82688Copy full SHA for 1a82688
scripts/build_local.sh
@@ -22,7 +22,7 @@ if [ -n "$KIND" ]; then
22
# kind will use the cluster named kind by default, so if there is only one cluster, specify it
23
if [[ ${#CLUSTERS[@]} == 1 ]]; then
24
KIND_FLAGS="--name ${CLUSTERS[0]}"
25
- echo 'Use cluster ${CLUSTERS[0]}'
+ echo "Use cluster ${CLUSTERS[0]}"
26
fi
27
28
kind load docker-image quay.io/operator-framework/olm:local ${KIND_FLAGS}
0 commit comments