aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-02-24 18:22:34 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-02-24 18:22:34 -0800
commit09e4583751dd8e7bc31b648af484b3a13c534917 (patch)
treef09bc5f87ee9e415862ceddcb0cfefa5d418921b /tools
parentf5c6625847219d27c154deeff8b4a86ae26098a9 (diff)
Fixed node cloud-prod commands
Diffstat (limited to 'tools')
-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 361a350bba..6fff057c83 100755
--- a/tools/gce_setup/grpc_docker.sh
+++ b/tools/gce_setup/grpc_docker.sh
@@ -503,7 +503,7 @@ grpc_cloud_prod_auth_test_args() {
[[ -n $1 ]] && { # client_type
case $1 in
- cxx|go|java|nodejs|php|python|ruby)
+ cxx|go|java|node|php|python|ruby)
grpc_gen_test_cmd+="_gen_$1_cmd"
declare -F $grpc_gen_test_cmd >> /dev/null || {
echo "-f: test_func for $1 => $grpc_gen_test_cmd is not defined" 1>&2