diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-07-05 14:17:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-07-05 14:17:47 -0400 |
commit | 8c1ad2f0304901199e9875413200fab00042f6cc (patch) | |
tree | 7cc5fde6dc69be792c7354fd67fbd35f80e27fd7 | |
parent | 70f1e64afa8f80a2523662d7b33ab934838d7ac4 (diff) | |
download | groovy-sandbox-jenkins.tar.gz |
jenkinsifyjenkins
-rw-r--r-- | src/org/stsci/CondaInstaller.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |