Commit b3a613c6 authored by Paul Morie's avatar Paul Morie

Fix typo in provider.go

parent 0c611370
......@@ -32,7 +32,7 @@ type DockerConfigProvider interface {
Provide() DockerConfig
}
// A DockerConfigProvider that simply reads the .dockersfg file
// A DockerConfigProvider that simply reads the .dockercfg file
type defaultDockerConfigProvider struct{}
// 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