aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jenkins/generator_DSL.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index 598cf96..7dd10ea 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -32,7 +32,7 @@ for (label in labels.trim().tokenize()) {
"build control repo: ${build_control_repo}\n" +
"build control branch/tag: ${build_control_branch}\n" +
"conda version: ${conda_version}\n" +
- "conda-build version: ${conda-build_version}\n" +
+ "conda-build version: ${conda_build_version}\n" +
"utils_repo: ${utils_repo}")
}