Skip to content

Commit debe53a

Browse files
#319 fix: the feature finalizing
1 parent 2bcc382 commit debe53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/service/local/AppiumServiceBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ private String parseCapabilitiesIfUNIX() {
375375
}
376376
}
377377

378-
return "'{" + result + "}'";
378+
return "{" + result + "}";
379379
}
380380

381381
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)