diff --git a/ci/jenkins/test.sh b/ci/jenkins/test.sh index becf8a25a71..44f8d408c17 100755 --- a/ci/jenkins/test.sh +++ b/ci/jenkins/test.sh @@ -281,7 +281,7 @@ function deliver_antrea_windows { export_govc_env_var if [[ "${PROXY_ALL}" == true ]]; then - echo "====== Updating yaml files to enabled proxyAll ======" + echo "====== Updating yaml files to enable proxyAll ======" KUBERNETES_SVC_EP_IP=$(kubectl get endpoints kubernetes -o jsonpath='{.subsets[0].addresses[0].ip}') KUBERNETES_SVC_EP_PORT=$(kubectl get endpoints kubernetes -o jsonpath='{.subsets[0].ports[0].port}') KUBERNETES_SVC_EP_ADDR="${KUBERNETES_SVC_EP_IP}:${KUBERNETES_SVC_EP_PORT}"