1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

correct typo

This commit is contained in:
Daishan Peng
2016-11-01 00:10:53 -07:00
parent 100d85149f
commit 35ce5cd8b5

View File

@@ -11,7 +11,7 @@ import (
func Main() {
_, err := docker.NewClient(config.DOCKER_HOST)
if err != nil {
logrus.Errorf("Failed to conect to Docker")
logrus.Errorf("Failed to connect to Docker")
os.Exit(1)
}