diff options
Diffstat (limited to 'src/ruby/bin/math_client.rb')
-rwxr-xr-x | src/ruby/bin/math_client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/bin/math_client.rb b/src/ruby/bin/math_client.rb index cb085d4d42..db254efb00 100755 --- a/src/ruby/bin/math_client.rb +++ b/src/ruby/bin/math_client.rb @@ -127,7 +127,7 @@ def main if options['secure'] stub_opts = { :creds => test_creds, - GRPC::Core::Channel::SSL_TARGET => 'foo.test.google.com' + GRPC::Core::Channel::SSL_TARGET => 'foo.test.google.fr' } p stub_opts p options['host'] |