mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #31948 from vdemeester/compose-typo
Fixing a small typo in compose loader package
This commit is contained in:
commit
550b06ab6a
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ func transformServiceSecret(data interface{}) (interface{}, error) {
|
|||
case map[string]interface{}:
|
||||
return data, nil
|
||||
default:
|
||||
return data, fmt.Errorf("invalid type %T for external", value)
|
||||
return data, fmt.Errorf("invalid type %T for secret", value)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue