This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Description
We are always using the feature/modularize branch. We need to fix this to use the master branch.
path = if File.exists? @rails_template
File.dirname(@rails_template)
else
@tmp_dir = Dir.mktmpdir
run "git clone -b 'feature/modularize' git@github.com:MarsBased/pathfinder.git #{@tmp_dir}"
@tmp_dir
end