aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-12-21 11:11:44 -0500
committerGitHub <noreply@github.com>2017-12-21 11:11:44 -0500
commit1fdf1d95d1ce13b6c9a3945560997e9cc1631843 (patch)
treed512a3eed2b60fe464a0185cd24a1cf710039f45
parent94f528f0c14268905d35a97182fa48c7790bf027 (diff)
downloadbuild_control-1fdf1d95d1ce13b6c9a3945560997e9cc1631843.tar.gz
Fix typo
-rw-r--r--jenkins/job-suite-generator.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/job-suite-generator.groovy b/jenkins/job-suite-generator.groovy
index 79ef934..d8c56bf 100644
--- a/jenkins/job-suite-generator.groovy
+++ b/jenkins/job-suite-generator.groovy
@@ -73,7 +73,7 @@ node("master") {
"labels: ${this.labels}\n" +
"py_versions: ${this.py_versions}\n" +
"numpy_versions: ${this.numpy_versions}\n" +
- "conda_installer_version: ${this.conda_insaller_version}\n" +
+ "conda_installer_version: ${this.conda_installer_version}\n" +
"conda_version: ${this.conda_version}\n" +
"conda_build_version: ${this.conda_build_version}\n" +
"conda_base_URL: ${this.conda_base_URL}\n" +