We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9698a commit 001204cCopy full SHA for 001204c
1 file changed
lib/local.js
@@ -70,7 +70,8 @@ var Tunnel = function Tunnel(key, port, uniqueIdentifier, callback) {
70
options.push('-force');
71
options.push('-onlyAutomate');
72
} else {
73
- options.push('-localIdentifier ' + uniqueIdentifier);
+ options.push('-localIdentifier');
74
+ options.push(uniqueIdentifier);
75
}
76
77
var proxy = config.proxy;
0 commit comments