Skip to content

Commit

Permalink
Update pkg/drivers/qemu/qemu.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
  • Loading branch information
prezha and spowelljr authored Oct 25, 2024
1 parent 57552ec commit 797d252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/qemu/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ func cmdOutErr(cmdStr string, args ...string) (string, string, error) {
if found {
cmd.Stdin = nil // unset to avoid "Stdin already set" error
if stdin, err = cmd.StdinPipe(); err != nil {
return "", "", fmt.Errorf("cannont create StdinPipe: %v", err)
return "", "", fmt.Errorf("cannot create StdinPipe: %v", err)
}
}

Expand Down

0 comments on commit 797d252

Please sign in to comment.