From 552c79320a7fc082073b3c8ecbaeefeb41fcf719 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 25 Oct 2011 20:03:54 +0200 Subject: [PATCH] everybody hates typos --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index e36d354..c6160ad 100755 --- a/debian_build.py +++ b/debian_build.py @@ -486,7 +486,7 @@ if __name__ == '__main__': cmd = ['%s' % os.path.join(CWD, "build-oot.sh"), '%s' % JOB_NAME, '%s' % flavour, - '%s' % options.distributions, + '%s' % options.distribution, '%s' % pb_suite ] logger.info('calling %s' % cmd) subprocess.check_call(cmd) -- 2.39.5