We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdddbb1 commit bd47eb5Copy full SHA for bd47eb5
1 file changed
BrowserStack/BrowserStack/Local.cs
@@ -98,7 +98,7 @@ private void addArgs(string key, string value)
98
}
99
else
100
{
101
- argumentString += "-" + key + " '" + value + "' ";
+ argumentString += "-" + key + " " + value + " ";
102
103
104
0 commit comments