Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit d970599

Browse files
committed
ErrMachineNotExist msg: Fix grammar, more helpful
This adds the word "does" to make it sound nicer and it also asks if the user ran `boot2docker init`.
1 parent ccd9032 commit d970599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var (
5252
machines map[string]InitFunc
5353

5454
ErrNotSupported = errors.New("driver not supported")
55-
ErrMachineNotExist = errors.New("machine not exist")
55+
ErrMachineNotExist = errors.New("machine does not exist (Did you run `boot2docker init`?)")
5656
ErrMachineExist = errors.New("machine already exists")
5757
ErrPrerequisites = errors.New("prerequisites for machine not satisfied (hypervisor installed?)")
5858
)

0 commit comments

Comments
 (0)