Skip to content
Snippets Groups Projects
Commit 1f89a332 authored by Carlo Rosati's avatar Carlo Rosati
Browse files

ruby_requirement: fix path prepend

parent 09231dd5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class RubyRequirement < Requirement
satisfy(build_env: false) { new_enough_ruby }
env do
ENV.prepend_path "PATH", new_enough_ruby
ENV.prepend_path "PATH", new_enough_ruby.dirname
end
def message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment