Merge pull request #1773 from zhouhaibing089/comment-fix

Fix incorrect comment about auth type
pull/1777/head
Richard Scothern 2016-06-08 10:31:49 -07:00
commit 2cbf54df6c
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ func (storage Storage) MarshalYAML() (interface{}, error) {
// Auth defines the configuration for registry authorization.
type Auth map[string]Parameters
// Type returns the storage driver type, such as filesystem or s3
// Type returns the auth type, such as htpasswd or token
func (auth Auth) Type() string {
// Return only key in this map
for k := range auth {