Merge pull request #7413 from pmorie/typo

Fix typo in provider.go
This commit is contained in:
Alex Robinson 2015-04-27 19:09:07 -07:00
commit 45d8c97b0b

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.