fix for breaking change in Jsonnet

This commit is contained in:
Jonathan Shook 2023-08-28 16:15:03 -05:00
parent 96873acca1
commit 36761a0ae3

View File

@ -114,7 +114,8 @@ public class OpsLoader {
stderrStream,
new os.Path(Path.of(System.getProperty("user.dir"))),
Option.empty(),
Option.empty()
Option.empty(),
null
);
String stdoutOutput = stdoutBuffer.toString(StandardCharsets.UTF_8);