From 011d91ef8fe42abfab09913264dac69a36a0a302 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 26 Jan 2018 19:53:17 -0500 Subject: Not enough vodka --- src/edu/stsci/CondaInstaller.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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... /* -- cgit