This commit is contained in:
William Mantly 2016-05-25 16:07:01 -04:00
parent a1338c5792
commit b53c3e6808

View File

@ -75,7 +75,7 @@ var runner = function(req, res, container){
}); });
}; };
var makeWokerObj = function(woker){ var makeWokerObj = function(worker){
worker.networks.forEach(function(value){ worker.networks.forEach(function(value){
worker[value.type+'IP'] = value.ip_address; worker[value.type+'IP'] = value.ip_address;
}); });