Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #114 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added missing error message for auth reading
  • Loading branch information
vania-pooh authored Dec 15, 2017
2 parents 4532d4d + ef0b6ba commit a6d5238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenoid/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func NewDockerConfigurator(config *LifecycleConfig) (*DockerConfigurator, error)
}
authConfig, err := c.initAuthConfig()
if err != nil {

c.Errorf("Failed to load authentication configuration, using default values: %v", err)
} else {
c.authConfig = authConfig
}
Expand Down

0 comments on commit a6d5238

Please sign in to comment.