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:
commit
758255791e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue