THRIFT-1735 integrate tutorial into regular build
THRIFT-1811 ruby tutorial as part of the regular build
diff --git a/tutorial/rb/RubyClient.rb b/tutorial/rb/RubyClient.rb
index fd72699..9a5aa43 100755
--- a/tutorial/rb/RubyClient.rb
+++ b/tutorial/rb/RubyClient.rb
@@ -19,7 +19,7 @@
 # under the License.
 #
 
-$:.push('../gen-rb')
+$:.push('gen-rb')
 $:.unshift '../../lib/rb/lib'
 
 require 'thrift'