From 81bda27acdfc0ff4c2c110cd83986630d48390ec Mon Sep 17 00:00:00 2001 From: william Date: Mon, 8 Feb 2016 17:06:46 -0500 Subject: [PATCH] stuff --- lxc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.js b/lxc.js index afcf1b6..cdfa9bd 100644 --- a/lxc.js +++ b/lxc.js @@ -186,7 +186,7 @@ Container.prototype.info = function(callback){ Container.prototype.updateFromInfo = function(data){ var keys = Object.keys(data); for(var i=keys.length; i--;){ - this[key[i]] = data[key[i]]; + this[keys[i]] = data[keys[i]]; } return this;