Signed-off-by: Akshay Karle <akshay.a.karle@gmail.com>
| ... | ... |
@@ -67,7 +67,7 @@ type remote struct {
|
| 67 | 67 |
func New(stateDir string, options ...RemoteOption) (_ Remote, err error) {
|
| 68 | 68 |
defer func() {
|
| 69 | 69 |
if err != nil {
|
| 70 |
- 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)
|
|
| 70 |
+ 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)
|
|
| 71 | 71 |
} |
| 72 | 72 |
}() |
| 73 | 73 |
r := &remote{
|