summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot2
1 files changed, 1 insertions, 1 deletions
diff --git a/seivot b/seivot
index 5f086d1..dd80a79 100755
--- a/seivot
+++ b/seivot
@@ -381,7 +381,7 @@ class Seivot(cliapp.Application):
self.report = Report(prog)
if self.settings['use-existing']:
- print 'Copying existing data to %s' % self.live_data)
+ print 'Copying existing data to %s' % self.live_data
self.runcmd(['cp', '-a', self.settings['use-existing'],
self.live_data])
amount = self.file_sizes(self.live_data)