aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby/greeter_server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ruby/greeter_server.rb')
-rwxr-xr-xexamples/ruby/greeter_server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ruby/greeter_server.rb b/examples/ruby/greeter_server.rb
index 622513d380..6d82043c52 100755
--- a/examples/ruby/greeter_server.rb
+++ b/examples/ruby/greeter_server.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'
# GreeterServer is simple server that implements the Helloworld Greeter server.
class GreeterServer < Helloworld::Greeter::Service