Skip to content

Commit

Permalink
Fix typo in provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed Apr 28, 2015
1 parent 0c61137 commit b3a613c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/credentialprovider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b3a613c

Please sign in to comment.