diff --git a/routes/shepherd.js b/routes/shepherd.js index 9493bbd..f494ca9 100644 --- a/routes/shepherd.js +++ b/routes/shepherd.js @@ -255,7 +255,7 @@ shepherd.post('/forks', function(req, res, next) { var successObj = { 'msg': 'success', - 'result': port + 'result': _port }; res.end(JSON.stringify(successObj));