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 5641325..c4f58a8 100755
--- a/lorry
+++ b/lorry
@@ -93,7 +93,7 @@ class Lorry(cliapp.Application):
specs = json.load(f)
for name in sorted(specs.keys()):
try:
- print 'Getting: ',name
+ self.progress('Getting: %s' % name)
self.gitify(name, specs[name])
except Exception,e:
status += 1