Skip to content

Commit

Permalink
Update src/vmm_asn.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Reynir Björnsson <[email protected]>
  • Loading branch information
hannesm and reynir authored Feb 5, 2025
1 parent c6ac6e1 commit e0670ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_asn.ml
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ let old_unikernel_info2 =
(sequence3
(required ~label:"unikernel-device" utf8_string)
(optional ~label:"host-device" utf8_string)
(optional ~label:"block-sector-size" int)))))
(optional ~label:"sector-size" int)))))
@ (optional ~label:"bridges"
(my_explicit 1 (set_of
(sequence3
Expand Down

0 comments on commit e0670ac

Please sign in to comment.