aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-08-28 12:47:37 -0400
committerMatt Rendina <mrendina@stsci.edu>2017-08-28 12:47:37 -0400
commite4ebac4fdb7a29de18c8c9ee128ff93e244e020a (patch)
treeb3b9f67070552f51dc0bc1ed2c7159f567b6b5ab
parent9e7b804874dcc4329014181ee7d27f053646155e (diff)
downloadbuild_control-e4ebac4fdb7a29de18c8c9ee128ff93e244e020a.tar.gz
Typo fix
-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}")
}