Skip to content

Commit 379d1a9

Browse files
returning whether binary is valid or not
1 parent c91e77b commit 379d1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/browserstack/local/LocalBinary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private boolean validateBinary() throws LocalException{
8080

8181
boolean validBinary = Pattern.matches("BrowserStack Local version \\d+\\.\\d+", stdout);
8282

83-
return binaryValid;
83+
return validBinary;
8484
}catch(IOException ex){
8585
throw new LocalException(ex.toString());
8686
}

0 commit comments

Comments
 (0)