typo in backup filename

This commit is contained in:
Girish Ramakrishnan
2021-05-27 15:08:51 -07:00
parent a34bdb9ddf
commit b278056941
+1 -1
View File
@@ -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}`);