diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-08-28 12:47:37 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-28 12:47:37 -0400 |
commit | e4ebac4fdb7a29de18c8c9ee128ff93e244e020a (patch) | |
tree | b3b9f67070552f51dc0bc1ed2c7159f567b6b5ab /jenkins | |
parent | 9e7b804874dcc4329014181ee7d27f053646155e (diff) | |
download | build_control-e4ebac4fdb7a29de18c8c9ee128ff93e244e020a.tar.gz |
Typo fix
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/generator_DSL.groovy | 2 |
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}") } |