Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 0a7395b

Browse files
author
warner
committed
correct dir on put
1 parent c1a5cc5 commit 0a7395b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tunnel_start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ var startTunnel = function(api, params, cb){
147147
cbts = new cbtSocket(api, params);
148148
cbts.start(function(err,socket){
149149
if(!err && socket){
150-
api.putTunnel(postResult.tunnel_id, params.tType, postResult.local, params.proxyIp, params.proxyPort, params.electron, function(err,putResult){
150+
api.putTunnel(postResult.tunnel_id, params.tType, params.directory, params.proxyIp, params.proxyPort, params.electron, function(err,putResult){
151151
if(!err && putResult){
152152
global.logger.info('Completely connected!');
153153
if(params.kill){

0 commit comments

Comments
 (0)