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

Commit 6f53b2a

Browse files
committed
Merge pull request #342 from msabramo/ErrMachineNotExist_more_helpful_msg
ErrMachineNotExist msg: Fix grammar, more helpful
2 parents da6f800 + d970599 commit 6f53b2a

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)