Skip to content

Commit

Permalink
OVA: Remove the brake to properly consume stderr.
Browse files Browse the repository at this point in the history
Signed-off-by: Bella Khizgiyaev <[email protected]>
  • Loading branch information
bkhizgiy committed Mar 26, 2024
1 parent 3abf28a commit 55d1c4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion virt-v2v/cold/entrypoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ func executeVirtV2v(source string, args []string) (err error) {
if match := UEFI_RE.FindSubmatch(line); match != nil {
fmt.Println("UEFI firmware detected")
firmware = "efi"
break
}
}

Expand Down

0 comments on commit 55d1c4d

Please sign in to comment.