diff --git a/pkg/machine/wsl/machine.go b/pkg/machine/wsl/machine.go index 4ded87d7ab..eba3acc263 100644 --- a/pkg/machine/wsl/machine.go +++ b/pkg/machine/wsl/machine.go @@ -1111,7 +1111,7 @@ func (v *MachineVM) Set(_ string, opts machine.SetOptions) ([]error, error) { func (v *MachineVM) Start(name string, opts machine.StartOptions) error { if v.isRunning() { - return fmt.Errorf("%q is already running", name) + return machine.ErrVMAlreadyRunning } dist := toDist(name)