This commit is contained in:
William Mantly 2016-02-07 00:36:31 -05:00
parent cb68bc4eec
commit c8a3d5c60d

2
lxc.js
View File

@ -54,7 +54,7 @@ Container.prototype.start = function(callback){
args = parseArgs({ args = parseArgs({
required: ['name'], required: ['name'],
takes: ['name'], takes: ['name'],
defaults: extend({}, this); defaults: extend({}, this)
}); });