Skip to content

Commit 0c22374

Browse files
authored
Fix passing of legacy flag (#325)
1 parent d9faa38 commit 0c22374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/saucelabs/ci/sauceconnect/AbstractSauceTunnelManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public Process openConnection(
557557
String sauceConnectPath,
558558
boolean legacy)
559559
throws SauceConnectException {
560-
return openConnection(username, apiKey, dataCenter, apiPort, sauceConnectJar, options, null, printStream, verboseLogging, sauceConnectPath, false);
560+
return openConnection(username, apiKey, dataCenter, apiPort, sauceConnectJar, options, null, printStream, verboseLogging, sauceConnectPath, legacy);
561561
}
562562

563563
/**

0 commit comments

Comments
 (0)