From 0454dd6829165c798ae14bc6406e1b8ad37e760f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 26 Aug 2011 09:40:29 +0200 Subject: [PATCH] typos in the morning.. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index c74a930..8c5837e 100755 --- a/build.py +++ b/build.py @@ -87,7 +87,7 @@ DPUT_OPTIONS = { 'fqdn': DPUT_URI.groupdict().get('url'), 'method': 'scp', 'login': 'reprepro', - 'incoming': '/srv/debian-repository/incoming/%s' % (os.environ.get('DISTRIBUTION'), + 'incoming': '/srv/debian-repository/incoming/%s' % (os.environ.get('DISTRIBUTION')), 'allow_unsigned_uploads': 1, } DPUT_CF = os.path.join(GIT_TARGET_WORKSPACE, 'dput.cf') -- 2.39.5