summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry b/lorry
index b81c832..3712e98 100755
--- a/lorry
+++ b/lorry
@@ -146,7 +146,7 @@ class Lorry(cliapp.Application):
if not os.path.exists(gitdir):
self.progress('.. doing initial clone')
os.mkdir(gitdir)
- self.run_program(['git', 'svn', 'clone', '--mirror', spec['url'], gitdir])
+ self.run_program(['git', 'svn', 'clone', spec['url'], gitdir])
else:
self.progress('.. updating existing clone')
self.run_program(['git', 'svn', 'fetch'], cwd=gitdir)