This commit is contained in:
Girish Ramakrishnan
2022-04-05 10:26:05 -07:00
parent 709d4041b2
commit 2f8f5fcb7d

View File

@@ -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: {},