fix path change

trunk
Thomas 2 years ago
parent de643ca436
commit 6806f6c630

@ -96,7 +96,7 @@ def add_template_repository_to_source_path
].map(&:shellescape).join(" ")
if (branch = __FILE__[%r{rails-template/(.+)/template.rb}, 1])
Dir.chdir(tempdir) { git checkout: branch }
Dir.chdir(tempdir+'/lite') { git checkout: branch }
end
else
source_paths.unshift(File.dirname(__FILE__))

Loading…
Cancel
Save