1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix a typo

Signed-off-by: Akshay Karle <akshay.a.karle@gmail.com>
This commit is contained in:
Akshay Karle 2016-11-17 16:51:37 -05:00 committed by Victor Vieux
parent 0b8f8876b9
commit 78fe91c31c

View file

@ -67,7 +67,7 @@ type remote struct {
func New(stateDir string, options ...RemoteOption) (_ Remote, err error) {
defer func() {
if err != nil {
err = fmt.Errorf("Failed to connect to containerd. Please make sure containerd is installed in your PATH or you have specificed the correct address. Got error: %v", err)
err = fmt.Errorf("Failed to connect to containerd. Please make sure containerd is installed in your PATH or you have specified the correct address. Got error: %v", err)
}
}()
r := &remote{