typo in backup filename
This commit is contained in:
+1
-1
@@ -993,7 +993,7 @@ function rotateBoxBackup(backupConfig, tag, options, appBackupIds, progressCallb
|
|||||||
assert.strictEqual(typeof progressCallback, 'function');
|
assert.strictEqual(typeof progressCallback, 'function');
|
||||||
assert.strictEqual(typeof callback, 'function');
|
assert.strictEqual(typeof callback, 'function');
|
||||||
|
|
||||||
const backupId = `${tag}/box_${constants.VERSION}`;
|
const backupId = `${tag}/box_v${constants.VERSION}`;
|
||||||
const format = backupConfig.format;
|
const format = backupConfig.format;
|
||||||
|
|
||||||
debug(`Rotating box backup to id ${backupId}`);
|
debug(`Rotating box backup to id ${backupId}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user