Skip to content

Commit 1ac9271

Browse files
committed
Fix typo
1 parent 701e382 commit 1ac9271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/create-dev-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PULL_POLICY=IfNotPresent make modules docker-build docker-push
6868
# TODO: add a check for AKS vs kind
6969
if [ -v "${USE_AKS_MANAGEMENT_CLUSTER}" ]; then
7070
PULL_POLICY=IfNotPresent make docker-push
71-
else
71+
fi
7272

7373
setup() {
7474
echo "================ MAKE CLEAN ==============="

0 commit comments

Comments
 (0)