Skip to content

Commit

Permalink
fix: hyperv vmtype (#1346)
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 authored Jul 8, 2024
1 parent 0395fc4 commit 47619a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/models/IPodman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export enum VMType {
LIBKRUN = 'libkrun',
QEMU = 'qemu',
APPLEHV = 'applehv',
HYPERV = 'hyperv ',
HYPERV = 'hyperv',
UNKNOWN = 'unknown',
}

0 comments on commit 47619a1

Please sign in to comment.