From b44feaec760579b079938c79833d3d9a832d3529 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 23 May 2017 14:48:59 -0400 Subject: Fix typo --- jenkins/dispatch.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy index 27a7606..d671f28 100644 --- a/jenkins/dispatch.groovy +++ b/jenkins/dispatch.groovy @@ -169,7 +169,7 @@ node(LABEL) { // Install support tools dir(this.utils_dir) { sh "python setup.py install" - { + } } stage("Generate build list") { -- cgit