Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Move options out of Java source code directory.
Browse files Browse the repository at this point in the history
chrisseaton committed Dec 1, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6a82812 commit f5087f2
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/truffle/generate-options.rb
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.

0 comments on commit f5087f2

Please sign in to comment.