Skip to content

Commit

Permalink
Fix for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf authored and drewdeponte committed Sep 6, 2010
1 parent fe626d8 commit a02c141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svn2git/migration.rb
Expand Up @@ -132,7 +132,7 @@ def clone!

if rootistrunk
# Non-standard repository layout. The repository root is effectively 'trunk.'
cmd = "git svn init "--no-metadata --trunk=#{@url}
cmd = "git svn init "
cmd += "--no-metadata " unless metadata
cmd += "--trunk=#{@url}"
run_command(cmd)
Expand Down

0 comments on commit a02c141

Please sign in to comment.