summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-29 19:23:43 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-29 19:23:43 +0100
commit8e702fd160e5b9a4452a4e34fc53e618909e6e47 (patch)
tree11cf2de9d6b7cdcb7ab4c6d587461b1cd4d4faa3
parentb28e485efdf045ff4b3fc750f5ba8a593e7087a9 (diff)
downloadseivot-8e702fd160e5b9a4452a4e34fc53e618909e6e47.tar.gz
Fix syntax error.
-rwxr-xr-xseivot2
1 files changed, 1 insertions, 1 deletions
diff --git a/seivot b/seivot
index 1517a4c..ec2eb81 100755
--- a/seivot
+++ b/seivot
@@ -158,7 +158,7 @@ class Obnam(BackupProgram):
'--repository', self.repo,
'--weak-random']
if self.settings['obnam-config']:
- cmd.extend(['--config', self.settings['obnam-config'])
+ cmd.extend(['--config', self.settings['obnam-config']])
env = dict(os.environ)
if self.settings['obnam-profile']:
namepattern = {