Skip to content

Commit

Permalink
chore(xapi/VM_import): typo snapshots → snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Nov 23, 2023
1 parent 547908a commit 272e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @xen-orchestra/xapi/vm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ class Vm {
exportedVmRef = await this.VM_snapshot(vmRef, { cancelToken, name_label: `[XO Export] ${vm.name_label}` })
destroySnapshot = () =>
this.VM_destroy(exportedVmRef).catch(error => {
warn('VM_export: failed to destroy snapshots', {
warn('VM_export: failed to destroy snapshot', {
error,
snapshotRef: exportedVmRef,
vmRef,
Expand Down

0 comments on commit 272e642

Please sign in to comment.