aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby/greeter_client.rb
diff options
context:
space:
mode:
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)