Skip to content

Commit

Permalink
Merge pull request #38177 from mooncak/fix_duplicate
Browse files Browse the repository at this point in the history
Cleanup duplication in daemon files
  • Loading branch information
thaJeztah committed Nov 13, 2018
2 parents a5e2dd2 + 345d1fd commit 7582557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/logger/awslogs/cloudwatchlogs.go
Expand Up @@ -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
Expand Down

0 comments on commit 7582557

Please sign in to comment.