Skip to content

Commit

Permalink
fix following review
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Feb 28, 2025
1 parent f69dfc6 commit a6bc7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @xen-orchestra/backups/ImportVmBackup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class ImportVmBackup {
: await importIncrementalVm(backup, await xapi.getRecord('SR', srRef), {
newMacAddresses,
})
const remoteName = adapter._handler._remote.name ?? 'unamed remote'
const remoteName = adapter._handler._remote.name
let desc = `Restored on ${formatFilenameDate(+new Date())}`
if (remoteName !== undefined) {
desc += ` from ${remoteName}`
Expand Down

0 comments on commit a6bc7a2

Please sign in to comment.