diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-04-14 15:15:59 -0700 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-04-14 15:15:59 -0700 |
commit | 650cb25610e87abc2be82d5126be8a963ab72aba (patch) | |
tree | 682d0808e7a135e49990ff23a08594328ac02bf0 | |
parent | 1fe1e25df2600144baa03717cd216d7414095458 (diff) |
Fix documentation typo
-rwxr-xr-x | tools/gce_setup/grpc_docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce_setup/grpc_docker.sh b/tools/gce_setup/grpc_docker.sh index c68903b816..e6e63c607c 100755 --- a/tools/gce_setup/grpc_docker.sh +++ b/tools/gce_setup/grpc_docker.sh @@ -1070,7 +1070,7 @@ grpc_cloud_prod_auth_compute_engine_creds_gen_python_cmd() { echo $the_cmd } -# constructs the full dockerized java interop test cmd. +# constructs the full dockerized ruby interop test cmd. # # call-seq: # flags= .... # generic flags to include the command |