From 8e702fd160e5b9a4452a4e34fc53e618909e6e47 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 29 Aug 2011 19:23:43 +0100 Subject: Fix syntax error. --- seivot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.1