1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #38177 from mooncak/fix_duplicate

Cleanup duplication in daemon files
This commit is contained in:
Sebastiaan van Stijn 2018-11-13 09:55:51 +01:00 committed by GitHub
commit 758255791e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -293,7 +293,7 @@ func newAWSLogsClient(info logger.Info) (api, error) {
sess, err := session.NewSession()
if err != nil {
return nil, errors.New("Failed to create a service client session for for awslogs driver")
return nil, errors.New("Failed to create a service client session for awslogs driver")
}
// attach region to cloudwatchlogs config