Commit 45d8c97b authored by Alex Robinson's avatar Alex Robinson

Merge pull request #7413 from pmorie/typo

Fix typo in provider.go
parents 4b79e5a3 b3a613c6
...@@ -32,7 +32,7 @@ type DockerConfigProvider interface { ...@@ -32,7 +32,7 @@ type DockerConfigProvider interface {
Provide() DockerConfig Provide() DockerConfig
} }
// A DockerConfigProvider that simply reads the .dockersfg file // A DockerConfigProvider that simply reads the .dockercfg file
type defaultDockerConfigProvider struct{} type defaultDockerConfigProvider struct{}
// init registers our default provider, which simply reads the .dockercfg file. // init registers our default provider, which simply reads the .dockercfg file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment