Skip to content

Commit 3a8ae6d

Browse files
committed
Fix function name to install kubernetes/kind
1 parent 9aa9efb commit 3a8ae6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.buildkite/scripts/integration_tests.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ install_required_tools() {
128128
case "${target}" in
129129
"${KIND_TARGET}" | "${SYSTEM_TEST_FLAGS_TARGET}")
130130
echo "--- Install kind"
131-
with_kind
131+
with_kubernetes
132132
;;
133133
"${FALSE_POSITIVES_TARGET}" | "${TEST_BUILD_INSTALL_ZIP_TARGET}")
134134
echo "--- Install yq"

0 commit comments

Comments
 (0)