Skip to content

Commit d56410e

Browse files
committed
this should work now
1 parent dad2b48 commit d56410e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tunnel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var Tunnel = function Tunnel (key, port, callback, err) {
1313
tunnelCommand += 'localhost' + ',';
1414
tunnelCommand += port.toString() + ',';
1515
tunnelCommand += '0';
16+
tunnelCommand += ' -force -onlyAutomate';
1617

1718
if (typeof callback !== 'function') {
1819
callback = function () {};

0 commit comments

Comments
 (0)