Skip to content

Commit b1cf959

Browse files
fix z_rubycheck.rb
Fixes elastic#8896
1 parent cd6d9c3 commit b1cf959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/z_rubycheck.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if ENV['USE_RUBY'] != '1'
44

55
# Make sure we have JRuby, then rerun ourselves under jruby.
66
Rake::Task["vendor:jruby"].invoke
7-
jruby = File.join("vendor", "jruby", "bin", "jruby")
7+
jruby = File.join("bin", "ruby")
88
rake = File.join("vendor", "jruby", "bin", "rake")
99

1010
# if required at this point system gems can be installed using the system_gem task, for example:

0 commit comments

Comments
 (0)