Skip to content

Commit

Permalink
[Truffle] Move options out of Java source code directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Dec 1, 2016
1 parent 6a82812 commit f5087f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/truffle/generate-options.rb
Expand Up @@ -12,7 +12,7 @@
require 'yaml'
require 'erb'

options = YAML.load_file('truffle/src/main/java/org/jruby/truffle/options/options.yml')
options = YAML.load_file('tool/truffle/options.yml')

options = options.map do |constant, (name, type, default, description)|
case type
Expand Down
File renamed without changes.

0 comments on commit f5087f2

Please sign in to comment.