Skip to content

Commit

Permalink
Update elastic_beanstalk.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Carla committed Sep 27, 2018
1 parent 2f13fca commit 3c657c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpl/provider/elastic_beanstalk.rb
Expand Up @@ -94,7 +94,7 @@ def s3
end

def eb
@eb ||= Aws::ElasticBeanstalk::Client.new
@eb ||= Aws::ElasticBeanstalk::Client.new(retry_limit:10)
end

def bucket_exists?
Expand Down

0 comments on commit 3c657c1

Please sign in to comment.