diff --git a/src/apps.js b/src/apps.js index c8135a362..03271a8bc 100644 --- a/src/apps.js +++ b/src/apps.js @@ -2219,7 +2219,7 @@ async function clone(app, data, user, auditSource) { await purchaseApp({ appId: newAppId, appstoreId: app.appStoreId, manifestId: manifest.id || 'customapp' }); - const restoreConfig = { remotePath: backup.remotePath, backupFormat: backupInfo.format }; + const restoreConfig = { remotePath: backupInfo.remotePath, backupFormat: backupInfo.format }; const task = { args: { restoreConfig, overwriteDns, skipDnsSetup, oldManifest: null }, values: {},