mirror of
https://github.com/docker/cli.git
synced 2026-09-25 07:50:37 -05:00
Merge pull request #31948 from vdemeester/compose-typo
Fixing a small typo in compose loader package
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user