Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ def self.graal_locations

def self.find_graal
graal_locations do |location|
return location if File.executable?(location)
return location if File.executable?(File.expand_path(location))
end
raise "couldn't find graal - download it as described in https://github.com/jruby/jruby/wiki/Downloading-GraalVM and extract it into the JRuby repository or parent directory"
end

0 comments on commit 3146351

Please sign in to comment.