From 5945bce00ee1afba6af3000c4ef7275c938df40b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 26 Apr 2016 16:21:26 -0700 Subject: [PATCH] add misssing arg --- src/cloudron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloudron.js b/src/cloudron.js index edef30c1c..786a7f2f7 100644 --- a/src/cloudron.js +++ b/src/cloudron.js @@ -641,7 +641,7 @@ function installAppBundle(callback) { apps.install(uuid.v4(), appstoreId, result.body.manifest, appInfo.location, appInfo.portBindings || null, appInfo.accessRestriction || null, null /* icon */, null /* cert */, null /* key */, 0 /* default mem limit */, - iteratorCallback); + null /* altDomain */, iteratorCallback); }); }, function (error) { if (error) debug('autoInstallApps: ', error);