1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

Merge pull request #1358 from StrongMonkey/typo

correct typo
This commit is contained in:
Sven Dowideit
2016-11-01 22:55:04 +10:00
committed by GitHub

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)
}