Skip to content

Commit

Permalink
Don't start the machine after creating it
Browse files Browse the repository at this point in the history
Let the machine library do it.
crc-org/machine#59
  • Loading branch information
guillaumerose committed Mar 24, 2021
1 parent 47e644b commit 117c279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/libvirt/libvirt.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (d *Driver) Create() error {
return err
}

return d.Start()
return nil
}

func createImage(src, dst string) error {
Expand Down

0 comments on commit 117c279

Please sign in to comment.