From: Holger Levsen Date: Fri, 26 Aug 2011 07:40:29 +0000 (+0200) Subject: typos in the morning.. X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=0454dd6829165c798ae14bc6406e1b8ad37e760f;p=profitbricks%2Fjenkins-build-scripts.git typos in the morning.. --- 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')