Skip to content

Commit

Permalink
fix(vmware-explorer): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Apr 12, 2024
1 parent 6e89928 commit dacd370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion @xen-orchestra/vmware-explorer/parsers/vmdk.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function parseVmdk(raw) {
fileName: descriptor.extent.name,
parentId: descriptor.parentcid,
parentFileName: descriptor.parentfilenamehint,
vmdFormat: descriptor.extent.type,
vmdkFormat: descriptor.extent.type,
nameLabel: descriptor.extent.name,
}
}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<!--packages-start-->

- @xen-orchestra/vmware-explorer minor
- xo-server patch

<!--packages-end-->

0 comments on commit dacd370

Please sign in to comment.