aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby/greeter_client.rb
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-08-03 15:33:37 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-08-04 10:31:15 -0700
commit5b4d3625ebbf638080d07b7d267c5d90904d4f14 (patch)
treed1a1760a9a1a72e641973a87c9839a59460bf46f /examples/ruby/greeter_client.rb
parent8ebb2a95947ab4e53729a6ca4b1e77a12feb82e3 (diff)
Update ruby examples to use new _pb protobuf format
Diffstat (limited to 'examples/ruby/greeter_client.rb')
-rwxr-xr-xexamples/ruby/greeter_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ruby/greeter_client.rb b/examples/ruby/greeter_client.rb
index cb4aa195e7..1cdf79ebf4 100755
--- a/examples/ruby/greeter_client.rb
+++ b/examples/ruby/greeter_client.rb
@@ -38,7 +38,7 @@ lib_dir = File.join(this_dir, 'lib')
$LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir)
require 'grpc'
-require 'helloworld_services'
+require 'helloworld_services_pb'
def main
stub = Helloworld::Greeter::Stub.new('localhost:50051', :this_channel_is_insecure)