Fix typo in provider.go

This commit is contained in:
Paul Morie 2015-04-27 21:42:45 -04:00
parent 0c611370e0
commit b3a613c6c3

View File

@ -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.