Fix typo in provider.go
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user