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 e7c89c0..91001e7 100755
--- a/lorry
+++ b/lorry
@@ -74,7 +74,7 @@ class Lorry(cliapp.Application):
gitdir = os.path.join(dirname, 'git')
table[vcstype](dirname, gitdir, spec)
if self.settings['repack']:
- self.progress('Repacking %s git repository' % name)
+ self.progress('.. repacking %s git repository' % name)
self.run_program(['git', 'repack', '-a', '-d', '--depth=250',
'--window=250'], cwd=gitdir)
if not self.settings['pull-only']: