diff --git a/src/apps.js b/src/apps.js index 91d566cc4..f137f1085 100644 --- a/src/apps.js +++ b/src/apps.js @@ -1817,7 +1817,7 @@ function autoupdateApps(updateInfo, auditSource, callback) { // updateInfo is { force: false }; - update(appId, data, auditSource, function (error) { + update(app, data, auditSource, function (error) { if (error) debug('Error initiating autoupdate of %s. %s', appId, error.message); iteratorDone(null);