From c0424e6e7befc05b33cd0e313bcca2efae1b8863 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 21 Dec 2017 11:45:00 -0500 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 e1eaef2..a79635e 100644 --- a/jenkins/dispatch.groovy +++ b/jenkins/dispatch.groovy @@ -220,7 +220,7 @@ node(LABEL) { def full_patchname = "${patches_dir}/${patchname}" sh "patch ${filename} ${full_patchname}" } - if (conda_build_maj_ver == "3" && conda_build_min_version == "0") { + if (conda_build_maj_ver == "3" && conda_build_min_ver == "0") { println("conda-build major version ${conda_build_maj_ver} detected. Applying bugfix patch.") def filename = "${this.conda_install_dir}/lib/python${PY_VERSION}/" + "site-packages/conda_build/config.py" -- cgit