diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-01-26 19:53:17 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-01-26 19:53:17 -0500 |
commit | 011d91ef8fe42abfab09913264dac69a36a0a302 (patch) | |
tree | 89005ee70ffe1aba63a56811433eae19e57deb95 | |
parent | 7ed7718eabc3eec616e1aaf95470d05b8836a72f (diff) | |
download | groovy-sandbox-011d91ef8fe42abfab09913264dac69a36a0a302.tar.gz |
Not enough vodka
-rw-r--r-- | src/edu/stsci/CondaInstaller.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edu/stsci/CondaInstaller.groovy b/src/edu/stsci/CondaInstaller.groovy index d359992..e69f4d6 100644 --- a/src/edu/stsci/CondaInstaller.groovy +++ b/src/edu/stsci/CondaInstaller.groovy @@ -34,7 +34,7 @@ class CondaInstaller implements Serializable { println("${this.ident} Downloading $url") def cmd = "curl -qL ${this.url}" def proc = cmd.execute() - def proc.inputStream.eachLine { println(it) } + proc.inputStream.eachLine { println(it) } // Whatever Jenkins... /* |