summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorry b/lorry
index 5fea080..6dfc27b 100755
--- a/lorry
+++ b/lorry
@@ -423,6 +423,7 @@ class Lorry(cliapp.Application):
urlfile.close()
else:
self.progress('.. no need to run, nothing to do')
+ return
if not os.path.exists(gitdir):
self.run_program(['git', 'init', '--bare', gitdir])
cmdline = ["%s.tar-importer" % __file__, tardest]