mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
correct typo
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user