add misssing arg

This commit is contained in:
Girish Ramakrishnan
2016-04-26 16:21:26 -07:00
parent d2a3925e04
commit 5945bce00e

View File

@@ -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);