Showing with 1 addition and 3 deletions.
  1. +1 −3 libmachine/provision/errors.go
@@ -6,9 +6,7 @@ import (
)

var (
ErrDetectionFailed = errors.New("OS type not recognized")
ErrSSHCommandFailed = errors.New("SSH command failure")
ErrNotImplemented = errors.New("Runtime not implemented")
ErrDetectionFailed = errors.New("OS type not recognized")
)

type ErrDaemonAvailable struct {