Typo
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user