aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-02-25 06:17:00 -0800
committerGravatar Tim Emiola <temiola@google.com>2015-02-25 06:17:00 -0800
commit635dbbe2fcb58be1bcd9086917488c5de5a90a5a (patch)
tree7e44385496bf5c797cea4915c01b274a691baa46
parentfa4a4b52d80304e21dfbab85e867fda922e69f67 (diff)
Fixes the GCE creds test flags
-rwxr-xr-xtools/gce_setup/grpc_docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce_setup/grpc_docker.sh b/tools/gce_setup/grpc_docker.sh
index 54cec2f144..117edd55ba 100755
--- a/tools/gce_setup/grpc_docker.sh
+++ b/tools/gce_setup/grpc_docker.sh
@@ -994,7 +994,7 @@ grpc_cloud_prod_auth_compute_engine_creds_gen_ruby_cmd() {
local gfe_flags=$(_grpc_prod_gfe_flags)
local added_gfe_flags=$(_grpc_gce_test_flags)
local env_prefix="SSL_CERT_FILE=/cacerts/roots.pem"
- local the_cmd="$cmd_prefix '$env_prefix ruby $test_script $gfe_flags $added_gfe_flag $@'"
+ local the_cmd="$cmd_prefix '$env_prefix ruby $test_script $gfe_flags $added_gfe_flags $@'"
echo $the_cmd
}