From 8c1ad2f0304901199e9875413200fab00042f6cc Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 5 Jul 2017 14:17:47 -0400 Subject: jenkinsify --- src/org/stsci/CondaInstaller.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/stsci/CondaInstaller.groovy b/src/org/stsci/CondaInstaller.groovy index e65a2e1..c95eb6b 100644 --- a/src/org/stsci/CondaInstaller.groovy +++ b/src/org/stsci/CondaInstaller.groovy @@ -37,7 +37,7 @@ class CondaInstaller implements Serializable { } int install() { - if (fileExists this.prefix)) { + if (fileExists this.prefix) { println("Skipping installation: ${this.prefix} exists.") return 0xFF } -- cgit