summaryrefslogtreecommitdiff
path: root/committags
diff options
context:
space:
mode:
Diffstat (limited to 'committags')
-rwxr-xr-xcommittags2
1 files changed, 1 insertions, 1 deletions
diff --git a/committags b/committags
index 0ddd36f..c3b04ba 100755
--- a/committags
+++ b/committags
@@ -92,7 +92,7 @@ for line in input.readlines():
#
nc += 1
if (nc % 25) == 0:
- print '%6d %s %s\r' % (nc, commit[:8], tag),
+ print '%6d %s %s \r' % (nc, commit[:8], tag),
sys.stdout.flush()
print '\nFound %d/%d commits' % (nc, len(DB.keys()))