summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/pbuilder-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pbuilder-create b/scripts/pbuilder-create
index fb46c8c..4b18df2 100755
--- a/scripts/pbuilder-create
+++ b/scripts/pbuilder-create
@@ -36,7 +36,7 @@ class PbuilderCreate(cliapp.Application):
arch = self.runcmd(['dpkg', '--print-architecture']).strip()
self.settings.string_list(['arch', 'a'],
'build tgz for ARCH (%default)',
- metavar='ARCH', default=arch)
+ metavar='ARCH', default=[arch])
self.settings.string_list(['othermirror', 'o'],
'also build tgz with pbuilder '
'--othermirror, set to empty to avoid '