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

Commit d2a7f63

Browse files
authored
removing branch from git repo (#14)
Fixes #13
1 parent 56f3a64 commit d2a7f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
File.dirname(@rails_template)
33
else
44
@tmp_dir = Dir.mktmpdir
5-
run "git clone -b 'feature/modularize' git@github.com:MarsBased/pathfinder.git #{@tmp_dir}"
5+
run "git clone git@github.com:MarsBased/pathfinder.git #{@tmp_dir}"
66
@tmp_dir
77
end
88

0 commit comments

Comments
 (0)