Commit 193eeb0d authored by sirex's avatar sirex

Fixed misspelled attribute name.

parent c337ba54
......@@ -126,7 +126,7 @@ class Recipe(object):
'--no-rdoc',
'--no-ri',
]),
'RUBY': self.ruby,
'RUBY': self.ruby_executable,
}
self.run('%(RUBY)s setup.rb all %(OPTIONS)s' % s, env)
finally:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment