Skip to content

Commit 37cd813

Browse files
authored
Update SeleniumManager.java
1 parent cb89f97 commit 37cd813

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/src/org/openqa/selenium/manager/SeleniumManager.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ private synchronized Path getBinary() {
194194
} else if (current.is(MAC)) {
195195
folder = "macos";
196196
} else if (current.is(LINUX)) {
197-
if (System.getProperty("os.arch").contains("arm")) {
198-
throw new WebDriverException("Linux ARM is not supported by Selenium Manager");
199-
} else {
200-
folder = "linux";
201-
}
197+
if (System.getProperty("os.arch").contains("arm")) {
198+
throw new WebDriverException("Linux ARM is not supported by Selenium Manager");
199+
} else {
200+
folder = "linux";
201+
}
202202
} else if (current.is(UNIX)) {
203203
LOG.warning(
204204
String.format(

0 commit comments

Comments
 (0)