From 64a9988fcee091e28db2c4b1987057876e335cc4 Mon Sep 17 00:00:00 2001 From: Namanl2001 Date: Tue, 16 Nov 2021 22:23:52 +0530 Subject: [PATCH] small nit Signed-off-by: Namanl2001 --- hack/make-rules/test-e2e-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make-rules/test-e2e-node.sh b/hack/make-rules/test-e2e-node.sh index 5abb9d2b615..c951afbadf9 100755 --- a/hack/make-rules/test-e2e-node.sh +++ b/hack/make-rules/test-e2e-node.sh @@ -172,7 +172,7 @@ if [ "${remote}" = true ] ; then go run test/e2e_node/runner/remote/run_remote.go --logtostderr --vmodule=*=4 --ssh-env="gce" \ --zone="${zone}" --project="${project}" --gubernator="${gubernator}" \ --hosts="${hosts}" --images="${images}" --cleanup="${cleanup}" \ - --results-dir="${artifacts}" --ginkgo-flags="${ginkgoflags}" --runtime_config="${runtime_config}" \ + --results-dir="${artifacts}" --ginkgo-flags="${ginkgoflags}" --runtime-config="${runtime_config}" \ --image-project="${image_project}" --instance-name-prefix="${instance_prefix}" \ --delete-instances="${delete_instances}" --test_args="${test_args}" --instance-metadata="${metadata}" \ --image-config-file="${image_config_file}" --system-spec-name="${system_spec_name}" \